fixed checkstyle issues

This commit is contained in:
Claude Warren 2022-06-29 12:48:19 +01:00
parent 750b8797bf
commit 5390be21e5
2 changed files with 1 additions and 3 deletions

View File

@ -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.

View File

@ -131,4 +131,4 @@ public final class IndexFilter implements IntPredicate {
return retval;
}
}
}
}