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

Comparing jsr166/src/main/java/util/concurrent/CopyOnWriteArrayList.java (file contents):
Revision 1.48 by dl, Thu Jul 14 10:48:23 2005 UTC vs.
Revision 1.49 by jsr166, Mon Jul 18 19:14:17 2005 UTC

# Line 360 | Line 360 | public class CopyOnWriteArrayList<E>
360       * Appends the specified element to the end of this list.
361       *
362       * @param e element to be appended to this list
363 <     * @return <tt>true</tt> (as per the spec for {@link Collection#add})
363 >     * @return <tt>true</tt> (as specified by {@link Collection#add})
364       */
365      public boolean add(E e) {
366          final ReentrantLock lock = this.lock;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines