jmark99 commented on a change in pull request #409: ACCUMULO-4791 fix 
setshelliter usage
URL: https://github.com/apache/accumulo/pull/409#discussion_r178411432
 
 

 ##########
 File path: 
shell/src/main/java/org/apache/accumulo/shell/commands/SetIterCommand.java
 ##########
 @@ -363,23 +363,54 @@ public String description() {
     return "sets a table-specific or namespace-specific iterator";
   }
 
-  @Override
-  public Options getOptions() {
+  // Set all options common to both iterators and shell iterators
+  public void setBaseOptions(Options options) {
 
 Review comment:
   Updated access from public to protected.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to