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 Guanghao Zhang
parent 2a1b367845
commit f66953fa52
1 changed files with 1 additions and 1 deletions

View File

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