HBASE-22259 Removed deprecated method in ReplicationLoadSource
This commit is contained in:
parent
09f484b1a0
commit
f4aaf735e4
|
@ -60,15 +60,6 @@ public final class ReplicationLoadSource {
|
||||||
return this.sizeOfLogQueue;
|
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() {
|
public long getTimestampOfLastShippedOp() {
|
||||||
return this.timestampOfLastShippedOp;
|
return this.timestampOfLastShippedOp;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue