Skip to content

Commit 3cc7778

Browse files
author
David Baum
committed
remove unused config methods
1 parent 17a76b6 commit 3cc7778

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

generator2/org.getaviz.generator/src/main/java/org/getaviz/generator/SettingsConfiguration.java

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,17 +67,10 @@ private static void loadConfig(String path) {
6767
}
6868
}
6969

70-
public void loadDefault() {
71-
loadConfig("settings.properties");
72-
}
73-
7470
public boolean isSkipScan() {
7571
return config.getBoolean("input.skip_scan", false);
7672
}
77-
78-
public void setBoltURL() {
79-
}
80-
73+
8174
public String getInputFiles() {
8275
String[] fileArray = config.getStringArray("input.files");
8376
if(fileArray.length == 0) {

0 commit comments

Comments
 (0)