ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/Vector.java
(Generate patch)

Comparing jsr166/src/main/java/util/Vector.java (file contents):
Revision 1.50 by jsr166, Sat May 5 18:29:53 2018 UTC vs.
Revision 1.51 by jsr166, Tue May 22 15:51:31 2018 UTC

# Line 1411 | Line 1411 | public class Vector<E>
1411              es[i] = operator.apply(elementAt(es, i));
1412          if (modCount != expectedModCount)
1413              throw new ConcurrentModificationException();
1414 +        modCount++;
1415          // checkInvariants();
1416      }
1417  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines