dlmarion commented on code in PR #6121:
URL: https://github.com/apache/accumulo/pull/6121#discussion_r2795681158
##########
start/src/main/java/org/apache/accumulo/start/spi/KeywordExecutable.java:
##########
@@ -44,10 +44,6 @@
*/
public interface KeywordExecutable {
- enum UsageGroup {
- ADMIN, COMPACTION, CORE, PROCESS, OTHER
- }
Review Comment:
In 151a7da I reverted all changes to UsageGroup and then removed all uses of
it except for the default method on KeywordExecutable. I changed UsageGroups
and the new UsageGroup class to CommandGroups/CommandGroup. The new
CommandGroup method and values are used in Main for printing and executing the
commands.
--
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]