oops that should have been static
This commit is contained in:
parent
227b303669
commit
23dc97ad5e
@ -63,7 +63,7 @@ public class SettingsUtil {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void readAndApply(Settings settings) {
|
public static void readAndApply(Settings settings) {
|
||||||
try {
|
try {
|
||||||
forEachLine(settingsFile, line -> {
|
forEachLine(settingsFile, line -> {
|
||||||
Matcher matcher = SETTING_PATTERN.matcher(line);
|
Matcher matcher = SETTING_PATTERN.matcher(line);
|
||||||
|
Loading…
Reference in New Issue
Block a user