EdColeman commented on code in PR #3537:
URL: https://github.com/apache/accumulo/pull/3537#discussion_r1245264897
##########
shell/src/main/java/org/apache/accumulo/shell/commands/CreateTableCommand.java:
##########
@@ -72,7 +72,7 @@ public int execute(final String fullCommand, final
CommandLine cl, final Shell s
TableNotFoundException, IOException {
final String tableName = cl.getArgs()[0];
- NewTableConfiguration ntc = new NewTableConfiguration();
+ final NewTableConfiguration ntc = new NewTableConfiguration();
Review Comment:
Changed in a13c742ef7
--
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]