You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by xu...@apache.org on 2019/08/15 21:21:19 UTC

[hbase] branch branch-2.1 updated: HBASE-22823 Mark Canary as Public/Evolving

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

xucang pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new 0481b04  HBASE-22823 Mark Canary as Public/Evolving
0481b04 is described below

commit 0481b04ca3e086ee2c76e220040eda9c719b9b7e
Author: Caroline Zhou <ca...@salesforce.com>
AuthorDate: Wed Aug 14 15:59:38 2019 -0700

    HBASE-22823 Mark Canary as Public/Evolving
    
    Signed-off-by: Xu Cang <xu...@apache.org>
---
 hbase-server/src/main/java/org/apache/hadoop/hbase/tool/Canary.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/tool/Canary.java b/hbase-server/src/main/java/org/apache/hadoop/hbase/tool/Canary.java
index ded0298..9ebf57e 100644
--- a/hbase-server/src/main/java/org/apache/hadoop/hbase/tool/Canary.java
+++ b/hbase-server/src/main/java/org/apache/hadoop/hbase/tool/Canary.java
@@ -119,7 +119,7 @@ import org.apache.hbase.thirdparty.com.google.common.collect.Lists;
  * </li>
  * </ol>
  */
-@InterfaceAudience.Private
+@InterfaceAudience.Public
 public final class Canary implements Tool {
   /**
    * Sink interface used by the canary to output information