DomGarguilo commented on code in PR #3684:
URL: https://github.com/apache/accumulo/pull/3684#discussion_r1292817961


##########
shell/src/main/java/org/apache/accumulo/shell/commands/ConfigCommand.java:
##########
@@ -117,7 +118,8 @@ public int execute(final String fullCommand, final 
CommandLine cl, final Shell s
       }
     } else if (cl.hasOption(setOpt.getOpt())) {
       // set property on table
-      String property = cl.getOptionValue(setOpt.getOpt()), value = null;
+      String property = cl.getOptionValue(setOpt.getOpt());
+      String value;

Review Comment:
   By fix do you mean replace with multiple assignments, like in this case?



-- 
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]

Reply via email to