Details
Description
/**
* 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
*/
HBASE-10885 enable Delete to be specified with Cell Visibility, so we should remove the comment " It is illegal to set..."