only:refactoring

This commit is contained in:
rusefillc 2023-06-17 13:51:46 -04:00
parent 5802e0acc6
commit 942d25f176
1 changed files with 3 additions and 3 deletions

View File

@ -43,13 +43,13 @@ public class ConfigDefinition {
} catch (Throwable e) {
SystemOut.println(e);
e.printStackTrace();
SystemOut.close();
System.exit(-1);
} finally {
SystemOut.close();
}
SystemOut.close();
}
public static void doJob(String[] args, ReaderStateImpl state) throws IOException {
private static void doJob(String[] args, ReaderStateImpl state) throws IOException {
if (args.length < 2) {
SystemOut.println("Please specify\r\n"
+ KEY_DEFINITION + " x\r\n"