fix comment

This commit is contained in:
Looly
2019-10-02 16:05:50 +08:00
parent 3acf9c4e70
commit 522ed4308d
37 changed files with 85 additions and 85 deletions

View File

@@ -10,7 +10,7 @@ import cn.hutool.core.util.HashUtil;
/**
* BloomFilter实现方式2此方式使用BitSet存储。<br>
* Hash算法的使用使用固定顺序只需指定个数
* Hash算法的使用使用固定顺序只需指定个数
* @author loolly
*
*/