You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2019/08/20 17:01:04 UTC

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

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

apurtell 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 b110dc0  Revert "HBASE-22823 Mark Canary as Public/Evolving"
b110dc0 is described below

commit b110dc0d76721a0874cddd24e9ecc8fa3222b647
Author: Andrew Purtell <ap...@apache.org>
AuthorDate: Tue Aug 20 09:45:21 2019 -0700

    Revert "HBASE-22823 Mark Canary as Public/Evolving"
    
    This reverts commit 0481b04ca3e086ee2c76e220040eda9c719b9b7e.
    
    See HBASE-22874
---
 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 9ebf57e..ded0298 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.Public
+@InterfaceAudience.Private
 public final class Canary implements Tool {
   /**
    * Sink interface used by the canary to output information