saintstack commented on a change in pull request #478: HBASE-22755 Removed
deprecated methods from Mutation
URL: https://github.com/apache/hbase/pull/478#discussion_r317212591
##########
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/Mutation.java
##########
@@ -341,17 +328,6 @@ public int compareTo(final Row d) {
return Bytes.compareTo(this.getRow(), d.getRow());
}
- /**
- * Method for retrieving the timestamp
- * @return timestamp
- * @deprecated As of release 2.0.0, this will be removed in HBase 3.0.0.
- * Use {@link #getTimestamp()} instead
Review comment:
This is odd. It seems to be telling me use this method -- i.e. the one that
is deprecated -- instead.... but I don't think it impinges upon this effort....
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services