Ted Yu created HBASE-20121:
------------------------------

             Summary: Fix findbugs warning for RestoreTablesClient
                 Key: HBASE-20121
                 URL: https://issues.apache.org/jira/browse/HBASE-20121
             Project: HBase
          Issue Type: Bug
    Affects Versions: 3.0.0
            Reporter: Ted Yu


In RestoreTablesClient#restore(), the following variable is not used:
{code}
    Set<String> backupIdSet = new HashSet<>();
{code}
There is backupIdSet#add() call later in the method but the variable doesn't 
appear in any other part of the code.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to