Skip to content

Commit 830e807

Browse files
committed
Added direct link to BloomFilter.java
1 parent 9b7a0c3 commit 830e807

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ When ant is done, include dist/java-bloomfilter.jar in your project.
6969

7070
Alternatively, java-bloomfilter could be loaded in Netbeans and compiled using the IDE.
7171

72-
If you want to avoid adding another library to your project, all the Bloom filter code is in src/com/skjegstad/utils/BloomFilter.java. You may copy this code directly into your project if you leave the LGPL-comment in place and reference the java-bloomfilter web page.
72+
If you want to avoid adding another library to your project, all the Bloom filter code is in [BloomFilter.java](https://github.com/MagnusS/Java-BloomFilter/blob/master/src/com/skjegstad/utils/BloomFilter.java). You may copy this code directly into your project if you leave the LGPL-comment in place and reference the java-bloomfilter web page.
7373

7474
Changes
7575
-------

0 commit comments

Comments
 (0)