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.18 by jsr166, Mon Jun 26 00:25:04 2006 UTC vs.
Revision 1.20 by jsr166, Sun Jan 7 07:38:27 2007 UTC

# Line 1 | Line 1
1   /*
2   * %W% %E%
3   *
4 < * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
4 > * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
5   * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
6   */
7  
# Line 1033 | Line 1033 | public class Vector<E>
1033  
1034      /**
1035       * Streamlined specialization of AbstractList version of iterator.
1036 <     * Locally perfroms bounds checks, but relies on outer Vector
1036 >     * Locally performs bounds checks, but relies on outer Vector
1037       * to access elements under synchronization.
1038       */
1039      private final class VectorIterator implements ListIterator<E> {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines