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

Comparing jsr166/src/main/java/util/LinkedList.java (file contents):
Revision 1.9 by dl, Sat Oct 18 12:29:27 2003 UTC vs.
Revision 1.10 by dl, Sun Oct 19 13:38:29 2003 UTC

# Line 68 | Line 68 | package java.util;
68   * @see     Vector
69   * @see     Collections#synchronizedList(List)
70   * @since 1.2
71 < * @param <E> the base class of all elements held in this collection
71 > * @param <E> the type of elements held in this collection
72   */
73  
74   public class LinkedList<E>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines