HBASE-22294 Removed deprecated method from WALKeyImpl

This commit is contained in:
Sayed Anisul Hoque 2019-04-24 10:46:55 +02:00 committed by Jan Hentschel
parent 25ea5fdede
commit 5bc7eda1c1
1 changed files with 0 additions and 8 deletions

View File

@ -349,14 +349,6 @@ public class WALKeyImpl implements WALKey {
return tablename;
}
/** @return log sequence number
* @deprecated Use {@link #getSequenceId()}
*/
@Deprecated
public long getLogSeqNum() {
return getSequenceId();
}
/**
* Used to set original sequenceId for WALKeyImpl during WAL replay
*/