We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd66015 commit 1a11c86Copy full SHA for 1a11c86
1 file changed
src/main/java/org/apache/commons/cli/TypeHandler.java
@@ -237,7 +237,7 @@ public static FileInputStream openFile(final String str) throws ParseException
237
{
238
return new FileInputStream(str);
239
}
240
- catch (FileNotFoundException e)
+ catch (final FileNotFoundException e)
241
242
throw new ParseException("Unable to find file: " + str);
243
0 commit comments