|
@@ -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>();
|