Skip to content

Commit

Permalink
HBASE-22259 Removed deprecated method in ReplicationLoadSource
Browse files Browse the repository at this point in the history
  • Loading branch information
HorizonNet committed Apr 18, 2019
1 parent 09f484b commit f4aaf73
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,6 @@ public long getSizeOfLogQueue() {
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;
}
Expand Down

0 comments on commit f4aaf73

Please sign in to comment.