Revert "HBASE-22823 Mark Canary as Public/Evolving"

This reverts commit 1f7458dc38.

See HBASE-22874
This commit is contained in:
Andrew Purtell 2019-08-20 09:44:46 -07:00
parent d2793f1cd7
commit bb31ffa9d2
No known key found for this signature in database
GPG Key ID: 8597754DD5365CCD
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ import org.apache.zookeeper.data.Stat;
* 3. zookeeper mode - for each zookeeper instance, selects a zNode and
* outputs some information about failure or latency.
*/
@InterfaceAudience.Public
@InterfaceAudience.Private
public final class Canary implements Tool {
// Sink interface used by the canary to outputs information
public interface Sink {