Skip to content

Commit f4aaf73

Browse files
committed
HBASE-22259 Removed deprecated method in ReplicationLoadSource
1 parent 09f484b commit f4aaf73

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

hbase-client/src/main/java/org/apache/hadoop/hbase/replication/ReplicationLoadSource.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,6 @@ public long getSizeOfLogQueue() {
6060
return this.sizeOfLogQueue;
6161
}
6262

63-
/**
64-
* @deprecated Since 2.0.0. Will be removed in 3.0.0.
65-
* @see #getTimestampOfLastShippedOp()
66-
*/
67-
@Deprecated
68-
public long getTimeStampOfLastShippedOp() {
69-
return getTimestampOfLastShippedOp();
70-
}
71-
7263
public long getTimestampOfLastShippedOp() {
7364
return this.timestampOfLastShippedOp;
7465
}

0 commit comments

Comments
 (0)