ctubbsii commented on code in PR #3684:
URL: https://github.com/apache/accumulo/pull/3684#discussion_r1292923306
##########
shell/src/main/java/org/apache/accumulo/shell/commands/ConfigCommand.java:
##########
@@ -78,6 +79,8 @@ public int execute(final String fullCommand, final
CommandLine cl, final Shell s
NamespaceNotFoundException {
reader = shellState.getReader();
+ Boolean force = cl.hasOption(forceOpt);
Review Comment:
I agree it should be:
```suggestion
boolean force = cl.hasOption(forceOpt);
```
--
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]