ottlinger commented on code in PR #268:
URL: https://github.com/apache/creadur-rat/pull/268#discussion_r1667449000
##########
apache-rat-core/src/main/java/org/apache/rat/ReportConfiguration.java:
##########
@@ -766,21 +704,17 @@ public NoCloseOutputStream(final OutputStream delegate) {
}
@Override
- public void write(final int arg0) throws IOException {
+ public void write(int arg0) throws IOException {
delegate.write(arg0);
}
- /**
Review Comment:
This javadoc seems helpful to me as I do not have to have a look into the
source in order to see what is special about this class ..... I'd want to keep
it here.
--
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]