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 f4aaf73 HBASE-22259 Removed deprecated method in ReplicationLoadSource
f4aaf73 is described below
commit f4aaf735e4dca168955a56cb02339a88f56915d7
Author: Jan Hentschel <[email protected]>
AuthorDate: Wed Apr 17 13:51:57 2019 +0200
HBASE-22259 Removed deprecated method in ReplicationLoadSource
---
.../apache/hadoop/hbase/replication/ReplicationLoadSource.java | 9 ---------
1 file changed, 9 deletions(-)
diff --git
a/hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationLoadSource.java
b/hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationLoadSource.java
index 8ee22195..9a9e93b 100644
---
a/hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationLoadSource.java
+++
b/hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationLoadSource.java
@@ -60,15 +60,6 @@ public final class ReplicationLoadSource {
return this.sizeOfLogQueue;
}
- /**
- * @deprecated Since 2.0.0. Will be removed in 3.0.0.
- * @see #getTimestampOfLastShippedOp()
- */
- @Deprecated
- public long getTimeStampOfLastShippedOp() {
- return getTimestampOfLastShippedOp();
- }
-
public long getTimestampOfLastShippedOp() {
return this.timestampOfLastShippedOp;
}