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.12 by jsr166, Fri Apr 21 20:49:03 2006 UTC vs.
Revision 1.13 by jsr166, Sun May 28 23:36:29 2006 UTC

# Line 43 | Line 43 | package java.util;
43   *
44   * <p>As of the Java 2 platform v1.2, this class was retrofitted to
45   * implement the {@link List} interface, making it a member of the
46 < * <a href="{@docRoot}/../guide/collections/index.html"> Java
46 > * <a href="{@docRoot}/../technotes/guides/collections/index.html"> Java
47   * Collections Framework</a>.  Unlike the new collection
48   * implementations, {@code Vector} is synchronized.
49   *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines