mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-29 00:57:17 -04:00
Fix accidental renaming of command line property source
This commit is contained in:
parent
f4eeb81390
commit
f8c4ad27b7
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue