Skip to content

Commit de1e00a

Browse files
committed
Make new inner class final
1 parent 32f59e0 commit de1e00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/collections4/bloomfilter/IndexExtractor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public boolean processIndices(final IntPredicate predicate) {
103103
* @return An int array of the data.
104104
*/
105105
default int[] asIndexArray() {
106-
class Indices {
106+
final class Indices {
107107
private int[] data = new int[32];
108108
private int size;
109109

0 commit comments

Comments
 (0)