oops that should have been static

This commit is contained in:
babbaj 2019-01-07 01:25:39 -05:00
parent 227b303669
commit 23dc97ad5e
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ public class SettingsUtil {
}
}
public void readAndApply(Settings settings) {
public static void readAndApply(Settings settings) {
try {
forEachLine(settingsFile, line -> {
Matcher matcher = SETTING_PATTERN.matcher(line);