Merge pull request #1997 from thatsIch/b-1995-versionchecker-config
Fixes #1995: Allows creation of version checker config file after start up
This commit is contained in:
@@ -59,7 +59,7 @@ public final class VersionCheckerConfig
|
||||
public VersionCheckerConfig( @Nonnull final File file )
|
||||
{
|
||||
Preconditions.checkNotNull( file );
|
||||
Preconditions.checkState( file.isFile() );
|
||||
Preconditions.checkState( !file.isDirectory() );
|
||||
|
||||
this.config = new Configuration( file );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user