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.46 by dl, Fri Jun 10 16:11:38 2005 UTC vs.
Revision 1.47 by jsr166, Tue Jun 21 07:45:09 2005 UTC

# Line 886 | Line 886 | public class CopyOnWriteArrayList<E>
886      /**
887       * Returns the hash code value for this list.
888       *
889 <     * <p> This implementation uses the definition in {@link
890 <     * List#hashCode}.
891 <     * @return the hash code
889 >     * <p>This implementation uses the definition in {@link List#hashCode}.
890 >     *
891 >     * @return the hash code value for this list
892       */
893      public int hashCode() {
894          int hashCode = 1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines