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

Comparing jsr166/src/main/java/util/ArrayList.java (file contents):
Revision 1.51 by jsr166, Sun May 14 21:44:25 2017 UTC vs.
Revision 1.52 by jsr166, Wed May 31 22:37:31 2017 UTC

# Line 787 | Line 787 | public class ArrayList<E> extends Abstra
787          int expectedModCount = modCount;
788          s.defaultWriteObject();
789  
790 <        // Write out size as capacity for behavioural compatibility with clone()
790 >        // Write out size as capacity for behavioral compatibility with clone()
791          s.writeInt(size);
792  
793          // Write out all elements in the proper order.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines