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