smengcl commented on code in PR #4543:
URL: https://github.com/apache/ozone/pull/4543#discussion_r1160172723
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/service/AbstractKeyDeletingService.java:
##########
@@ -56,7 +56,8 @@
import static org.apache.hadoop.ozone.OzoneConsts.OM_KEY_PREFIX;
/**
- * Abstract's KeyDeletingService.
+ * Abstracts common code from KeyDeletingService and DirectoryDeletingService
+ * which is used by SnapshotDeletingService.
Review Comment:
```suggestion
* which is now used by SnapshotDeletingService as well.
```
--
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]