steveloughran commented on code in PR #4965:
URL: https://github.com/apache/hadoop/pull/4965#discussion_r992156904


##########
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/impl/DirMarkerTracker.java:
##########
@@ -34,20 +34,20 @@
  * Tracks directory markers which have been reported in object listings.
  * This is needed for auditing and cleanup, including during rename
  * operations.
- * <p></p>
+ *

Review Comment:
   these should actually be <p> without the closing element, but retained. 
   
   if you set your IDE to format javadocs, it will then preserve the line break



##########
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/tools/MarkerTool.java:
##########
@@ -718,10 +725,14 @@ private boolean scanDirectoryTree(
    */
   public static final class MarkerPurgeSummary {
 
-    /** Number of markers deleted. */
+    /**
+     * Number of markers deleted.
+     */

Review Comment:
   no need to do this for fields; leave as is



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