HBASE-15447 Improve javadocs description for Delete methods <Wellington Chevreuil>

This commit is contained in:
Misty Stanley-Jones 2016-03-22 12:50:51 -07:00
parent 47471c35e3
commit b6e1f63074
1 changed files with 3 additions and 1 deletions

View File

@ -76,7 +76,9 @@ public class Delete extends Mutation implements Comparable<Row> {
* <p>
* If no further operations are done, this will delete everything
* associated with the specified row (all versions of all columns in all
* families).
* families), with timestamp from current point in time to the past.
* Cells defining timestamp for a future point in time
* (timestamp > current time) will not be deleted.
* @param row row key
*/
public Delete(byte [] row) {