ndimiduk commented on a change in pull request #1933:
URL: https://github.com/apache/hbase/pull/1933#discussion_r445796219



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/master/normalizer/EmptyNormalizationPlan.java
##########
@@ -44,7 +44,8 @@ public static EmptyNormalizationPlan getInstance(){
    * No-op for empty plan.
    */
   @Override
-  public void execute(Admin admin) {
+  public long submit(MasterServices masterServices) throws IOException {
+    return -1;

Review comment:
       Actually, this class isn't even used. I think you can delete it.




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to