swamirishi commented on code in PR #9423:
URL: https://github.com/apache/ozone/pull/9423#discussion_r2616456262


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/DeleteKeysResult.java:
##########
@@ -27,12 +30,35 @@
 public class DeleteKeysResult {
 
   private List<OmKeyInfo> keysToDelete;
-
   private boolean processedKeys;
+  private List<ExclusiveRange> keyRanges;
+  private static final Logger LOG = 
LoggerFactory.getLogger(DeleteKeysResult.class);
 
-  public DeleteKeysResult(List<OmKeyInfo> keysToDelete, boolean processedKeys) 
{
+  public DeleteKeysResult(List<OmKeyInfo> keysToDelete, List<ExclusiveRange> 
keyRanges, boolean processedKeys) {

Review Comment:
   Make Constructor package private



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

Reply via email to