This is an automated email from the ASF dual-hosted git repository.

janh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new 09f484b  HBASE-22260 Removed deprecated methods in ReplicationLoadSink
09f484b is described below

commit 09f484b1a07a8668d4ca820ebc0f66773eeb862e
Author: Sayed Anisul Hoque <[email protected]>
AuthorDate: Wed Apr 17 14:31:31 2019 +0200

    HBASE-22260 Removed deprecated methods in ReplicationLoadSink
---
 .../org/apache/hadoop/hbase/replication/ReplicationLoadSink.java | 9 ---------
 1 file changed, 9 deletions(-)

diff --git 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationLoadSink.java
 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationLoadSink.java
index d9698ca..8452fea 100644
--- 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationLoadSink.java
+++ 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationLoadSink.java
@@ -31,15 +31,6 @@ public class ReplicationLoadSink {
     return this.ageOfLastAppliedOp;
   }
 
-  /**
-   * @deprecated Since hbase-2.0.0. Will be removed in 3.0.0.
-   * @see #getTimestampsOfLastAppliedOp()
-   */
-  @Deprecated
-  public long getTimeStampsOfLastAppliedOp() {
-    return getTimestampsOfLastAppliedOp();
-  }
-
   public long getTimestampsOfLastAppliedOp() {
     return this.timestampsOfLastAppliedOp;
   }

Reply via email to