[ https://issues.apache.org/jira/browse/HBASE-18582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16127461#comment-16127461 ]
Hudson commented on HBASE-18582: -------------------------------- SUCCESS: Integrated in Jenkins build HBase-1.2-JDK8 #189 (See [https://builds.apache.org/job/HBase-1.2-JDK8/189/]) HBASE-18582 Correct the docs for Mutation#setCellVisibility (chia7712: rev d61254b90884fa1c41ed112d9ecfc2489266b36f) * (edit) hbase-client/src/main/java/org/apache/hadoop/hbase/client/Mutation.java > Correct the docs for Mutation#setCellVisibility > ----------------------------------------------- > > Key: HBASE-18582 > URL: https://issues.apache.org/jira/browse/HBASE-18582 > Project: HBase > Issue Type: Task > Components: documentation > Affects Versions: 2.0.0, 1.4.0, 1.3.2, 1.5.0, 1.2.7 > Reporter: Chia-Ping Tsai > Assignee: Kuan-Po Tseng > Priority: Minor > Labels: beginner > Fix For: 2.0.0, 1.4.0, 1.3.2, 1.5.0, 1.2.7 > > Attachments: HBASE-18582.master.v0.patch > > > {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)