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

Comparing jsr166/src/main/java/util/Collection.java (file contents):
Revision 1.2 by jsr166, Sat Oct 1 21:45:06 2005 UTC vs.
Revision 1.4 by jsr166, Mon Dec 5 02:56:59 2005 UTC

# Line 1 | Line 1
1   /*
2   * %W% %E%
3   *
4 < * Copyright 2005 Sun Microsystems, Inc. All rights reserved.
4 > * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
5   * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
6   */
7  
# Line 58 | Line 58 | package java.util;
58   *
59   * <p>It is up to each collection to determine its own synchronization
60   * policy.  In the absence of a stronger guarantee by the
61 < * implementation, undefined bahavior may result from the invocation
61 > * implementation, undefined behavior may result from the invocation
62   * of any method on a collection that is being mutated by another
63   * thread; this includes direct invocations, passing the collection to
64   * a method that might perform invocations, and using an existing

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines