Daniilchik commented on code in PR #7234:
URL: https://github.com/apache/ozone/pull/7234#discussion_r1774788496


##########
hadoop-hdds/framework/src/main/java/org/apache/hadoop/ozone/audit/package-info.java:
##########
@@ -48,7 +48,7 @@
  * This interface must be implemented by entities requiring audit logging.
  * For example - OMVolumeArgs, OMBucketArgs.
  * The implementing class must override toAuditMap() to return an
- * instance of Map<Key, Value> where both Key and Value are String.
+ * instance of Map&lt;Key, Value&gt; where both Key and Value are String.

Review Comment:
   Done



##########
hadoop-hdds/framework/src/main/java/org/apache/hadoop/hdds/server/http/ProfileServlet.java:
##########
@@ -79,7 +79,7 @@
  * curl "http://localhost:10002/prof";
  * - To collect 1 minute CPU profile of current process and output in tree
  * format (html)
- * curl "http://localhost:10002/prof?output=tree&duration=60";
+ * curl {@literal "http://localhost:10002/prof?output=tree&duration=60"}

Review Comment:
   Done



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