You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2019/04/08 06:19:01 UTC

[hadoop] branch trunk updated: HADOOP-14635. Javadoc correction for AccessControlList#buildACL. Contributed by Yeliang Cang.

This is an automated email from the ASF dual-hosted git repository.

aajisaka pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new ab645b3  HADOOP-14635. Javadoc correction for AccessControlList#buildACL. Contributed by Yeliang Cang.
ab645b3 is described below

commit ab645b3caa0313f08a26bdd70fa14434d09e6cb5
Author: Akira Ajisaka <aa...@apache.org>
AuthorDate: Mon Apr 8 15:18:45 2019 +0900

    HADOOP-14635. Javadoc correction for AccessControlList#buildACL. Contributed by Yeliang Cang.
---
 .../org/apache/hadoop/security/authorize/AccessControlList.java     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/authorize/AccessControlList.java b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/authorize/AccessControlList.java
index 3ca795f..8af47d6 100644
--- a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/authorize/AccessControlList.java
+++ b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/authorize/AccessControlList.java
@@ -97,10 +97,10 @@ public class AccessControlList implements Writable {
   }
 
   /**
-   * Build ACL from the given two Strings.
-   * The Strings contain comma separated values.
+   * Build ACL from the given array of strings.
+   * The strings contain comma separated values.
    *
-   * @param aclString build ACL from array of Strings
+   * @param userGroupStrings build ACL from array of Strings
    */
   private void buildACL(String[] userGroupStrings) {
     users = new HashSet<String>();


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org