Skip to content

Commit 4f9c95b

Browse files
authored
Update TypeHandler.java
Add throws missing doc line from openFile function
1 parent 1e59d0c commit 4f9c95b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ public static File createFile(final String str)
229229
*
230230
* @param str the file location
231231
* @return The file input stream represented by <code>str</code>.
232+
* @throws ParseException if the file is not exist or not readable
232233
*/
233234
public static FileInputStream openFile(String str) throws ParseException
234235
{

0 commit comments

Comments
 (0)