Javadoc comment typo
This commit is contained in:
parent
64ed061e6a
commit
23677eb23e
|
@ -18,7 +18,7 @@ package org.apache.commons.collections4.bloomfilter;
|
||||||
|
|
||||||
import java.util.function.IntPredicate;
|
import java.util.function.IntPredicate;
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* Defines a mapping of index to counts.
|
* Defines a mapping of index to counts.
|
||||||
*
|
*
|
||||||
* <p>Note that a BitCountProducer may return duplicate indices and may be unordered.
|
* <p>Note that a BitCountProducer may return duplicate indices and may be unordered.
|
||||||
|
|
Loading…
Reference in New Issue