HBASE-7662 [Per-KV security] Per cell ACLs stored in tags - Addendum to fix javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1546159 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e77e82c5c1
commit
aa6f26875a
|
@ -394,7 +394,7 @@ public abstract class Mutation extends OperationWithAttributes implements Row, C
|
|||
|
||||
/**
|
||||
* @param user User short name
|
||||
* @param perm Permissions for the user
|
||||
* @param perms Permissions for the user
|
||||
*/
|
||||
public void setACL(String user, Permission perms) {
|
||||
setAttribute(AccessControlConstants.OP_ATTRIBUTE_ACL,
|
||||
|
|
|
@ -85,7 +85,7 @@ public abstract class Query extends OperationWithAttributes {
|
|||
|
||||
/**
|
||||
* @param user User short name
|
||||
* @param perm Permissions for the user
|
||||
* @param perms Permissions for the user
|
||||
*/
|
||||
public void setACL(String user, Permission perms) {
|
||||
setAttribute(AccessControlConstants.OP_ATTRIBUTE_ACL,
|
||||
|
|
Loading…
Reference in New Issue