Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
Bump jsr166 CVS rev. no [no streamsupport relevant changes]
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-zobel committed Jan 26, 2018
1 parent 6dbe6fe commit 1e8f12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/java8/util/ArrayListSpliterator.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* Index-based split-by-two, lazily initialized Spliterator for ArrayLists.
*/
final class ArrayListSpliterator<E> implements Spliterator<E> {
// CVS rev. 1.55
// CVS rev. 1.56
/*
* If ArrayLists were immutable, or structurally immutable (no
* adds, removes, etc), we could implement their spliterators
Expand Down

0 comments on commit 1e8f12a

Please sign in to comment.