Skip to content

Commit 5bc7eda

Browse files
anis016HorizonNet
authored andcommitted
HBASE-22294 Removed deprecated method from WALKeyImpl
1 parent 25ea5fd commit 5bc7eda

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WALKeyImpl.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -349,14 +349,6 @@ public TableName getTableName() {
349349
return tablename;
350350
}
351351

352-
/** @return log sequence number
353-
* @deprecated Use {@link #getSequenceId()}
354-
*/
355-
@Deprecated
356-
public long getLogSeqNum() {
357-
return getSequenceId();
358-
}
359-
360352
/**
361353
* Used to set original sequenceId for WALKeyImpl during WAL replay
362354
*/

0 commit comments

Comments
 (0)