Fix accidental renaming of command line property source

This commit is contained in:
Chris Beams 2014-11-13 12:51:48 +01:00
parent f4eeb81390
commit f8c4ad27b7
No known key found for this signature in database
GPG Key ID: 3D214F8F5BC5ED73

View File

@ -64,7 +64,7 @@ public class BitsquareEnvironment extends StandardEnvironment {
private final String appDataDir; private final String appDataDir;
public BitsquareEnvironment(OptionSet options) { public BitsquareEnvironment(OptionSet options) {
this(new JOptCommandLinePropertySource(BITSQUARE_CLASSPATH_PROPERTY_SOURCE_NAME, checkNotNull(options))); this(new JOptCommandLinePropertySource(BITSQUARE_COMMANDLINE_PROPERTY_SOURCE_NAME, checkNotNull(options)));
} }
BitsquareEnvironment(PropertySource commandLineProperties) { BitsquareEnvironment(PropertySource commandLineProperties) {