mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Remove not used private methods from BisqEnvironment
This commit is contained in:
parent
7bed73e687
commit
d20afd6ec5
@ -94,8 +94,6 @@ public class BisqEnvironment extends StandardEnvironment {
|
||||
public static final String BISQ_COMMANDLINE_PROPERTY_SOURCE_NAME = "bisqCommandLineProperties";
|
||||
public static final String BISQ_APP_DIR_PROPERTY_SOURCE_NAME = "bisqAppDirProperties";
|
||||
public static final String BISQ_DEFAULT_PROPERTY_SOURCE_NAME = "bisqDefaultProperties";
|
||||
private static final String BISQ_HOME_DIR_PROPERTY_SOURCE_NAME = "bisqHomeDirProperties";
|
||||
private static final String BISQ_CLASSPATH_PROPERTY_SOURCE_NAME = "bisqClasspathProperties";
|
||||
|
||||
private static String staticAppDataDir;
|
||||
|
||||
@ -460,14 +458,6 @@ public class BisqEnvironment extends StandardEnvironment {
|
||||
return new ResourcePropertySource(BISQ_APP_DIR_PROPERTY_SOURCE_NAME, resource);
|
||||
}
|
||||
|
||||
private PropertySource<?> homeDirProperties() {
|
||||
return new PropertySource.StubPropertySource(BISQ_HOME_DIR_PROPERTY_SOURCE_NAME);
|
||||
}
|
||||
|
||||
private PropertySource<?> classpathProperties() {
|
||||
return new PropertySource.StubPropertySource(BISQ_CLASSPATH_PROPERTY_SOURCE_NAME);
|
||||
}
|
||||
|
||||
private PropertySource<?> defaultProperties() {
|
||||
return new PropertiesPropertySource(BISQ_DEFAULT_PROPERTY_SOURCE_NAME, new Properties() {
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user