HBASE-21991 [Addendum] Mark LossCounting as Private

Signed-off-by: Guanghao Zhang <zghao@apache.org>
This commit is contained in:
Sakthi 2019-05-09 14:39:56 -07:00 committed by Peter Somogyi
parent 57f4fa4608
commit 6d1b4f7d35
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,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;