We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e59d0c commit 4f9c95bCopy full SHA for 4f9c95b
1 file changed
src/main/java/org/apache/commons/cli/TypeHandler.java
@@ -229,6 +229,7 @@ public static File createFile(final String str)
229
*
230
* @param str the file location
231
* @return The file input stream represented by <code>str</code>.
232
+ * @throws ParseException if the file is not exist or not readable
233
*/
234
public static FileInputStream openFile(String str) throws ParseException
235
{
0 commit comments