HBASE-22294 Removed deprecated method from WALKeyImpl
This commit is contained in:
parent
25ea5fdede
commit
5bc7eda1c1
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue