Chia-Ping Tsai created HBASE-18582:
--------------------------------------
Summary: Correct the docs for Mutation#setCellVisibility
Key: HBASE-18582
URL: https://issues.apache.org/jira/browse/HBASE-18582
Project: HBase
Issue Type: Task
Reporter: Chia-Ping Tsai
Priority: Minor
{code}
/**
* Sets the visibility expression associated with cells in this Mutation.
* It is illegal to set <code>CellVisibility</code> on <code>Delete</code>
mutation.
* @param expression
*/
{code}
HBASE-10885 enable Delete to be specified with Cell Visibility, so we should
remove the comment " It is illegal to set..."
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)