Skip to content

Commit

Permalink
HBASE-21991 [Addendum] Mark LossCounting as Private
Browse files Browse the repository at this point in the history
Signed-off-by: Guanghao Zhang <[email protected]>
  • Loading branch information
jatsakthi authored and infraio committed May 17, 2019
1 parent 6ea6573 commit cb32f4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* 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;
Expand Down

0 comments on commit cb32f4f

Please sign in to comment.