Skip to content

Commit

Permalink
fix: make finale the elements field
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasfara committed Nov 4, 2023
1 parent 0fde905 commit 9e51e8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import java.util.NoSuchElementException;

public class IterableWithPolicyImpl<T> implements IterableWithPolicy<T> {
private T[] elements;
private final T[] elements;
private Predicate<T> filter;

/**
Expand Down

0 comments on commit 9e51e8e

Please sign in to comment.