This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new d763d3b0c6 HDDS-9630. Add missing javadoc description for
ECReplicationConfig constructor param (#5550)
d763d3b0c6 is described below
commit d763d3b0c6bcba6cf30490c27529809d84e7de09
Author: jianghuazhu <[email protected]>
AuthorDate: Wed Nov 8 03:09:16 2023 -0600
HDDS-9630. Add missing javadoc description for ECReplicationConfig
constructor param (#5550)
---
.../main/java/org/apache/hadoop/hdds/client/ECReplicationConfig.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/client/ECReplicationConfig.java
b/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/client/ECReplicationConfig.java
index 883daf5866..25ea315af2 100644
---
a/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/client/ECReplicationConfig.java
+++
b/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/client/ECReplicationConfig.java
@@ -89,7 +89,8 @@ public class ECReplicationConfig implements ReplicationConfig
{
* 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>
*/
public ECReplicationConfig(String string) {
final Matcher matcher = STRING_FORMAT.matcher(string);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]