adoroszlai commented on code in PR #5550:
URL: https://github.com/apache/ozone/pull/5550#discussion_r1383226661


##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/client/ECReplicationConfig.java:
##########
@@ -89,7 +89,8 @@ public ECReplicationConfig(int data, int parity, EcCodec 
codec,
    *     XOR-10-4-4096K
    * IllegalArgumentException will be thrown if the passed string does not
    * match the defined pattern.
-   * @param string
+   * @param string Parameters used to create ECReplicationConfig instances.
+   *         Format: <codec>-<data>-<parity>-<chunksize>

Review Comment:
   Javadoc allows HTML tags, so `<` and `>` should be written as `&lt;` and 
`&gt;`, otherwise this will be rendered as `----`.



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