checkstyle fix

This commit is contained in:
Jindra Petřík
2023-11-05 21:11:10 +01:00
parent cc0050f155
commit b8aec6c2af
@@ -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);
}
}