oops that should have been static

This commit is contained in:
babbaj 2019-01-07 01:25:39 -05:00
parent 227b303669
commit 23dc97ad5e

View File

@ -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);