Javadoc comment typo

This commit is contained in:
aherbert 2022-11-30 16:00:26 +00:00
parent 64ed061e6a
commit 23677eb23e
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ package org.apache.commons.collections4.bloomfilter;
import java.util.function.IntPredicate;
/*
/**
* Defines a mapping of index to counts.
*
* <p>Note that a BitCountProducer may return duplicate indices and may be unordered.