ottlinger commented on code in PR #576:
URL: https://github.com/apache/creadur-rat/pull/576#discussion_r2513863544


##########
apache-rat-core/src/main/java/org/apache/rat/OptionCollection.java:
##########
@@ -104,20 +122,11 @@ public static ReportConfiguration parseCommands(final 
File workingDirectory, fin
      * @throws IOException on error.
      */
     public static ReportConfiguration parseCommands(final File 
workingDirectory, final String[] args,
-                                                    final Consumer<Options> 
helpCmd, final boolean noArgs) throws IOException {
+                                                    final Consumer<Options> 
helpCmd, final boolean noArgs) throws IOException, ParseException {

Review Comment:
   ParseException seems to be missing in Javadoc.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to