You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ch...@apache.org on 2017/09/16 09:12:21 UTC

hbase git commit: HBASE-17980 (Addendum) make UnmodifyableHRegionInfo deprecated

Repository: hbase
Updated Branches:
  refs/heads/master a6d8cedb0 -> 81d2927e4


HBASE-17980 (Addendum) make UnmodifyableHRegionInfo deprecated


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

Branch: refs/heads/master
Commit: 81d2927e4cd31a40d091a2f77133cafb394949e6
Parents: a6d8ced
Author: Chia-Ping Tsai <ch...@gmail.com>
Authored: Fri Sep 15 19:19:13 2017 +0800
Committer: Chia-Ping Tsai <ch...@gmail.com>
Committed: Sat Sep 16 17:05:17 2017 +0800

----------------------------------------------------------------------
 .../apache/hadoop/hbase/client/UnmodifyableHRegionInfo.java    | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/81d2927e/hbase-client/src/main/java/org/apache/hadoop/hbase/client/UnmodifyableHRegionInfo.java
----------------------------------------------------------------------
diff --git a/hbase-client/src/main/java/org/apache/hadoop/hbase/client/UnmodifyableHRegionInfo.java b/hbase-client/src/main/java/org/apache/hadoop/hbase/client/UnmodifyableHRegionInfo.java
index dfe04e7..128a77d 100644
--- a/hbase-client/src/main/java/org/apache/hadoop/hbase/client/UnmodifyableHRegionInfo.java
+++ b/hbase-client/src/main/java/org/apache/hadoop/hbase/client/UnmodifyableHRegionInfo.java
@@ -22,7 +22,11 @@ package org.apache.hadoop.hbase.client;
 import org.apache.hadoop.hbase.HRegionInfo;
 import org.apache.yetus.audience.InterfaceAudience;
 
-@InterfaceAudience.Private
+/**
+ * @deprecated As of release 2.0.0, this will be removed in HBase 3.0.0.
+ */
+@InterfaceAudience.Public
+@Deprecated
 class UnmodifyableHRegionInfo extends HRegionInfo {
   /*
    * Creates an unmodifyable copy of an HRegionInfo