You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/08/23 18:53:04 UTC

[GitHub] [hbase] HorizonNet commented on a change in pull request #478: HBASE-22755 Removed deprecated methods from Mutation

HorizonNet commented on a change in pull request #478: HBASE-22755 Removed deprecated methods from Mutation
URL: https://github.com/apache/hbase/pull/478#discussion_r317261685
 
 

 ##########
 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:
   Yes. We had this discussion a while ago and changed it to `xxxTimestamp`.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services