checkstyle fix

This commit is contained in:
Jindra Petřík
2023-11-05 20:01:10 +01:00
parent cc0050f155
commit b8aec6c2af

View File

@@ -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);
}
}