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.4 by dl, Mon Aug 11 17:44:24 2003 UTC vs.
Revision 1.5 by dl, Sun Aug 31 13:33:06 2003 UTC

# Line 482 | Line 482 | public class LinkedList<E>
482      /**
483       * Adds the specified element as the tail (last element) of this list.
484       *
485 <     * @param o the element to add.
485 >     * @param x the element to add.
486       * @return <tt>true</tt> (as per the general contract of
487       * <tt>Queue.offer</tt>)
488       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines