You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2017/09/14 03:59:24 UTC

[03/50] [abbrv] hbase git commit: HBASE-18733 [compat 1-2] Hide WALKey

HBASE-18733 [compat 1-2] Hide WALKey


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a66bd048
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/a66bd048
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/a66bd048

Branch: refs/heads/HBASE-18467
Commit: a66bd04815f772c571d53d09614e99f50d0b51ab
Parents: cfdbdd2
Author: Michael Stack <st...@apache.org>
Authored: Tue Sep 12 13:12:14 2017 -0700
Committer: Michael Stack <st...@apache.org>
Committed: Tue Sep 12 13:12:14 2017 -0700

----------------------------------------------------------------------
 .../src/main/java/org/apache/hadoop/hbase/wal/WALKey.java        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/a66bd048/hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WALKey.java
----------------------------------------------------------------------
diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WALKey.java b/hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WALKey.java
index bce5103..ee25b92 100644
--- a/hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WALKey.java
+++ b/hbase-server/src/main/java/org/apache/hadoop/hbase/wal/WALKey.java
@@ -61,7 +61,7 @@ import org.apache.hadoop.hbase.util.EnvironmentEdgeManager;
  */
 // TODO: Key and WALEdit are never used separately, or in one-to-many relation, for practical
 //       purposes. They need to be merged into WALEntry.
-@InterfaceAudience.LimitedPrivate(HBaseInterfaceAudience.REPLICATION)
+@InterfaceAudience.Private
 public class WALKey implements SequenceId, Comparable<WALKey> {
 
   /**
@@ -644,4 +644,4 @@ public class WALKey implements SequenceId, Comparable<WALKey> {
     }
     return size;
   }
-}
\ No newline at end of file
+}