ottlinger commented on code in PR #361: URL: https://github.com/apache/creadur-rat/pull/361#discussion_r1814537403
########## apache-rat-core/src/main/java/org/apache/rat/config/AddLicenseHeaders.java: ########## @@ -23,25 +23,10 @@ * Value of addLicenseHeaders configuration option. */ public enum AddLicenseHeaders { - /** Add license headers to a *.new file*/ - TRUE, - /** Do not add headers */ - FALSE, - /** Add headers and overwrite the old file */ - FORCED; - - private static final char SEPARATOR = '|'; - - /** - * @return pretty-printed list of all available options. - */ - public static String getValuesForHelp() { Review Comment: @Claudenw does a call to this method miss somewhere in the utils module in order to print all available methods? -- 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