swamirishi commented on code in PR #5177:
URL: https://github.com/apache/ozone/pull/5177#discussion_r1296577703
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/snapshot/SnapshotDiffManager.java:
##########
@@ -1481,7 +1485,7 @@ long generateDiffReport(
}
}
- private boolean isObjectModified(String fromObjectName, String toObjectName,
+ boolean isObjectModified(String fromObjectName, String toObjectName,
Review Comment:
removed it by mistake while writing test case.
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/snapshot/SnapshotDiffManager.java:
##########
@@ -1481,7 +1485,7 @@ long generateDiffReport(
}
}
- private boolean isObjectModified(String fromObjectName, String toObjectName,
+ boolean isObjectModified(String fromObjectName, String toObjectName,
Review Comment:
reverted 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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]