You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zg...@apache.org on 2019/05/17 06:42:07 UTC

[hbase] branch branch-2.2 updated: HBASE-21991 [Addendum] Mark LossCounting as Private

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

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


The following commit(s) were added to refs/heads/branch-2.2 by this push:
     new c49af2b  HBASE-21991 [Addendum] Mark LossCounting as Private
c49af2b is described below

commit c49af2b4c1d97182ac356afb6bde24020ad4d60f
Author: Sakthi <sa...@gmail.com>
AuthorDate: Thu May 9 14:39:56 2019 -0700

    HBASE-21991 [Addendum] Mark LossCounting as Private
    
    Signed-off-by: Guanghao Zhang <zg...@apache.org>
---
 .../src/main/java/org/apache/hadoop/hbase/util/LossyCounting.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/util/LossyCounting.java b/hbase-server/src/main/java/org/apache/hadoop/hbase/util/LossyCounting.java
index c0da303..967d68d 100644
--- a/hbase-server/src/main/java/org/apache/hadoop/hbase/util/LossyCounting.java
+++ b/hbase-server/src/main/java/org/apache/hadoop/hbase/util/LossyCounting.java
@@ -44,7 +44,7 @@ import org.slf4j.LoggerFactory;
  * http://www.vldb.org/conf/2002/S10P03.pdf
  */
 
-@InterfaceAudience.Public
+@InterfaceAudience.Private
 public class LossyCounting {
   private static final Logger LOG = LoggerFactory.getLogger(LossyCounting.class);
   private long bucketSize;