Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.0.0-alpha-1
-
None
-
Reviewed
Description
In RestoreTablesClient#restore(), the following variable is not used:
Set<String> backupIdSet = new HashSet<>();
There is backupIdSet#add() call later in the method but the variable doesn't appear in any other part of the code.