HBASE-22260 Removed deprecated methods in ReplicationLoadSink

This commit is contained in:
Sayed Anisul Hoque 2019-04-17 14:31:31 +02:00 committed by Jan Hentschel
parent 428afa9c5e
commit 09f484b1a0
1 changed files with 0 additions and 9 deletions

View File

@ -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;
}