ctubbsii commented on code in PR #3905:
URL: https://github.com/apache/accumulo/pull/3905#discussion_r1391557110
##########
shell/src/main/java/org/apache/accumulo/shell/commands/ScanCommand.java:
##########
@@ -447,7 +447,6 @@ public Options getOptions() {
executionHintsOpt = new Option(null, "execution-hints", true, "Execution
hints map");
scanServerOpt =
new Option("cl", "consistency-level", true, "set consistency level
(experimental)");
Review Comment:
Just going to re-add this blank line, because I think it's better here, to
separate the option initializations and the arg names.
```suggestion
new Option("cl", "consistency-level", true, "set consistency level
(experimental)");
```
--
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]