HADOOP-14635. Javadoc correction for AccessControlList#buildACL. Contributed by Yeliang Cang.
This commit is contained in:
parent
fc05b0e70e
commit
ab645b3caa
|
@ -97,10 +97,10 @@ public class AccessControlList implements Writable {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Build ACL from the given two Strings.
|
* Build ACL from the given array of strings.
|
||||||
* The Strings contain comma separated values.
|
* 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) {
|
private void buildACL(String[] userGroupStrings) {
|
||||||
users = new HashSet<String>();
|
users = new HashSet<String>();
|
||||||
|
|
Loading…
Reference in New Issue