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.19 by dl, Tue Mar 1 01:27:15 2005 UTC vs.
Revision 1.20 by dl, Sun Mar 6 12:06:17 2005 UTC

# Line 578 | Line 578 | public class LinkedList<E>
578  
579      /**
580       * Pushes an element onto the stack represented by this list.  In other
581 <     * words, inserts the element to the front this list.
581 >     * words, inserts the element to the front of this list.
582       *
583       * <p>This method is equivalent to {@link #addFirst}.
584       *
# Line 591 | Line 591 | public class LinkedList<E>
591  
592      /**
593       * Pops an element from the stack represented by this list.  In other
594 <     * words, removes and returns the the first element of this list.
594 >     * words, removes and returns the first element of this list.
595       *
596       * <p>This method is equivalent to {@link #removeFirst()}.
597       *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines