org.xlattice.crypto.*: type arguments

This commit is contained in:
str4d
2013-11-21 05:56:14 +00:00
parent 0c07f9ff96
commit 3aa982529e

View File

@ -95,7 +95,7 @@ public class BloomSHA1 {
filterWords = (filterBits + 31)/32; // round up
filter = new int[filterWords];
ks = new KeySelector(m, k);
buf = new LinkedBlockingQueue(16);
buf = new LinkedBlockingQueue<int[]>(16);
// DEBUG
//System.out.println("Bloom constructor: m = " + m + ", k = " + k