Claudenw commented on code in PR #376:
URL: https://github.com/apache/creadur-rat/pull/376#discussion_r1824240655
##########
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:
Good catch. It was a holdover from earlier when the type info was displayed
inline in the description rather than in a table below.
--
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]