garydgregory commented on code in PR #866:
URL: https://github.com/apache/commons-io/pull/866#discussion_r3809247229
##########
src/main/java/org/apache/commons/io/input/ByteBufferCleaner.java:
##########
@@ -98,25 +98,38 @@ static void clean(final ByteBuffer buffer) {
}
}
- private static Cleaner getCleaner() {
+ static Cleaner getCleaner() {
Review Comment:
Don't loose the private keyword.
--
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]