Skip to content

Commit 98d8ebe

Browse files
authored
Update CommandLine.java
1 parent 57c626c commit 98d8ebe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/org/apache/commons/cli/CommandLine.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ public Object getOptionObject(final String optionName) {
252252
System.err.println("Exception found converting " + optionName + " to desired type: " + pe.getMessage());
253253
return null;
254254
}
255+
255256
}
256257

257258
/**

0 commit comments

Comments
 (0)