keith-turner commented on code in PR #5720:
URL: https://github.com/apache/accumulo/pull/5720#discussion_r2192772427
##########
core/src/main/java/org/apache/accumulo/core/client/admin/compaction/CompactionConfigurer.java:
##########
@@ -34,7 +36,7 @@ public interface CompactionConfigurer {
/**
* @since 2.1.0
*/
- public interface InitParameters {
+ interface InitParameters {
Review Comment:
I do not think so as it is still public since its inside an interface. My
IDE highlighted that these would be public w/o the keyword and that it was
unnecessary so I removed them.
--
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]