This commit is contained in:
zzz
2011-11-07 14:21:07 +00:00
parent 67cc3ad5b0
commit 8ecf423dfc
5 changed files with 13 additions and 1 deletions

View File

@@ -221,7 +221,7 @@ public class BloomSHA1 {
/**
* Get the bloom filter offsets for reuse.
* Caller should call rv.release() when done.
* Caller should call release(rv) when done with it.
* @since 0.8.11
*/
public FilterKey getFilterKey(byte[] b, int offset, int len) {