HBASE-22259 Removed deprecated method in ReplicationLoadSource

This commit is contained in:
Jan Hentschel 2019-04-17 13:51:57 +02:00
parent 09f484b1a0
commit f4aaf735e4
1 changed files with 0 additions and 9 deletions

View File

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