Skip to content

Commit

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

0 comments on commit 09f484b

Please sign in to comment.