bbeaudreault commented on code in PR #4933:
URL: https://github.com/apache/hbase/pull/4933#discussion_r1066073697


##########
hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/BackupInfo.java:
##########
@@ -213,8 +213,8 @@ public void setType(BackupType type) {
     this.type = type;
   }
 
-  public void setBackupRootDir(String targetRootDir) {
-    this.backupRootDir = targetRootDir;
+  public void setBackupRootDir(String restoreRootDir) {

Review Comment:
   same here. im guessing you jsut did a search/replace, but we'll need to make 
sure all of the changes make sense.



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

Reply via email to