HBASE-18582 Correct the docs for Mutation#setCellVisibility
Signed-off-by: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
0e32869f01
commit
d4317c80e6
|
@ -331,7 +331,6 @@ public abstract class Mutation extends OperationWithAttributes implements Row, C
|
|||
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
public Mutation setCellVisibility(CellVisibility expression) {
|
||||
|
|
Loading…
Reference in New Issue