Skip to content

Commit

Permalink
CrossSpliterator declared as final
Browse files Browse the repository at this point in the history
  • Loading branch information
amaembo committed Sep 12, 2015
1 parent cb38a4b commit 6875833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/javax/util/streamex/CrossSpliterator.java
Expand Up @@ -27,7 +27,7 @@
/**
* @author Tagir Valeev
*/
/* package */class CrossSpliterator<T> implements Spliterator<List<T>> {
/* package */final class CrossSpliterator<T> implements Spliterator<List<T>> {
private long est;
private int splitPos;
private final Spliterator<T>[] spliterators;
Expand Down

0 comments on commit 6875833

Please sign in to comment.