ottlinger commented on code in PR #376:
URL: https://github.com/apache/creadur-rat/pull/376#discussion_r1824204130
##########
apache-rat-tools/src/main/java/org/apache/rat/tools/MavenGenerator.java:
##########
@@ -171,7 +171,7 @@ private static String getComment(final MavenOption option) {
throw new IllegalStateException(format("Argument type %s must
be in OptionCollection.ARGUMENT_TYPES", option.getArgName()));
}
String typeDesc = sup.get();
- typeDesc = WordUtils.uncapitalize(typeDesc.substring(0,1)) +
typeDesc.substring(1);
+ typeDesc = WordUtils.uncapitalize(typeDesc.substring(0, 1)) +
typeDesc.substring(1);
Review Comment:
this value is not used in the code that follows this line? What does it do ?
--
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]