Skip to content

Commit 7f737ef

Browse files
committed
Added Google code URL
1 parent 9d38b98 commit 7f737ef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/com/skjegstad/utils/BloomFilter.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
* Implementation of a Bloom-filter, as described here:
2727
* http://en.wikipedia.org/wiki/Bloom_filter
2828
*
29+
* For updates and bugfixes, see http://java-bloomfilter.googlecode.com
30+
*
2931
* Inspired by the SimpleBloomFilter-class written by Ian Clarke. This
3032
* implementation provides a more evenly distributed Hash-function by
3133
* using a proper digest instead of the Java RNG. Many of the changes

0 commit comments

Comments
 (0)