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:
anoopsamjohn 2013-11-27 18:56:59 +00:00
parent e77e82c5c1
commit aa6f26875a
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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,