Claudenw commented on code in PR #376: URL: https://github.com/apache/creadur-rat/pull/376#discussion_r1824245966
########## apache-rat-tools/src/main/java/org/apache/rat/tools/xsd/XsdGenerator.java: ########## @@ -73,10 +68,8 @@ public class XsdGenerator { * @throws IOException on IO errors. * @throws TransformerException if the XSD can not be pretty printed. */ - public static void main(String[] args) throws IOException, TransformerException { - ReportConfiguration configuration = OptionCollection.parseCommands(args, (options) -> { - }); - XsdGenerator generator = new XsdGenerator(configuration); + public static void main(final String[] args) throws IOException, TransformerException { Review Comment: Yes, it was a holdover from an earlier process. -- 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: dev-unsubscr...@creadur.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org