This is an automated email from the ASF dual-hosted git repository.

janh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new 5bc7eda  HBASE-22294 Removed deprecated method from WALKeyImpl
5bc7eda is described below

commit 5bc7eda1c15aa405feec0b74596895014b3363f2
Author: Sayed Anisul Hoque <[email protected]>
AuthorDate: Wed Apr 24 10:46:55 2019 +0200

    HBASE-22294 Removed deprecated method from WALKeyImpl
---
 .../src/main/java/org/apache/hadoop/hbase/wal/WALKeyImpl.java     | 8 --------
 1 file changed, 8 deletions(-)

diff --git 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WALKeyImpl.java 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WALKeyImpl.java
index 953243c..c6aa92e 100644
--- a/hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WALKeyImpl.java
+++ b/hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WALKeyImpl.java
@@ -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
    */

Reply via email to