Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Bump commons-cli from 1.5.0 to 1.9.0
  • Loading branch information
jzheaux committed Mar 11, 2025
commit f1e634c470dc094a9f9b91420424feeb1815c762
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ public static void main(String[] argv) {
}

// Look for the optional syntax to Java class mapping file
String syntaxMapFileName = cmd.getOptionValue(Flag.SYNTAX_MAP.getShort(), null);
String syntaxMapFileName = cmd.getOptionValue(Flag.SYNTAX_MAP.getShort(), (String) null);
SyntaxToJavaClass syntaxToJavaClass = new SyntaxToJavaClass(new HashMap<>());
if (syntaxMapFileName != null) {
File syntaxMapFile = new File(syntaxMapFileName);
Expand Down
Loading