mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-06 15:18:46 +00:00
format source code
This commit is contained in:
@@ -1377,7 +1377,7 @@ public class Main {
|
||||
for (int i = handlers.length - 1; i >= 0; i--) {
|
||||
logger.removeHandler(handlers[i]);
|
||||
}
|
||||
|
||||
|
||||
ConsoleHandler conHan = new ConsoleHandler();
|
||||
conHan.setLevel(debug ? Level.CONFIG : Level.WARNING);
|
||||
SimpleFormatter formatterTxt = new SimpleFormatter();
|
||||
|
||||
Reference in New Issue
Block a user