oops that should have been static
This commit is contained in:
		| @@ -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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user