mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-30 09:16:14 +00:00
checkstyle fix
This commit is contained in:
@@ -4234,7 +4234,7 @@ public class CommandLineArgumentParser {
|
||||
|
||||
@Override
|
||||
public void scriptImportError() {
|
||||
if (errorHandler != null && ((ConsoleAbortRetryIgnoreHandler)errorHandler).errorMode == AbortRetryIgnoreHandler.ABORT) {
|
||||
if (errorHandler != null && ((ConsoleAbortRetryIgnoreHandler) errorHandler).errorMode == AbortRetryIgnoreHandler.ABORT) {
|
||||
System.exit(1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user