ctubbsii commented on a change in pull request #2562:
URL: https://github.com/apache/accumulo/pull/2562#discussion_r824163409
##########
File path:
shell/src/main/java/org/apache/accumulo/shell/commands/FateCommand.java
##########
@@ -108,9 +109,8 @@ public JsonElement serialize(byte[] link, Type type,
JsonSerializationContext co
}
}
- private Option secretOption;
- private Option statusOption;
- private Option disablePaginationOpt;
+ private Option cancel, delete, dump, fail, list, print, secretOption,
statusOption,
+ disablePaginationOpt;
Review comment:
For what it's worth, this is the recommendation from the [Code
Conventions For the Java Programming
Language](https://www.oracle.com/java/technologies/javase/codeconventions-declarations.html#2992)
--
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]