fixed checkstyle issues
This commit is contained in:
parent
750b8797bf
commit
5390be21e5
|
@ -16,8 +16,6 @@
|
|||
*/
|
||||
package org.apache.commons.collections4.bloomfilter;
|
||||
|
||||
import java.util.function.IntPredicate;
|
||||
|
||||
/**
|
||||
* A Hasher creates IndexProducer based on the hash implementation and the
|
||||
* provided Shape.
|
||||
|
|
|
@ -131,4 +131,4 @@ public final class IndexFilter implements IntPredicate {
|
|||
return retval;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue