--- jsr166/src/main/java/util/TreeSet.java 2005/03/29 15:00:48 1.4 +++ jsr166/src/main/java/util/TreeSet.java 2005/04/18 05:18:29 1.6 @@ -1,7 +1,7 @@ /* * %W% %E% * - * Copyright 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright 2005 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ @@ -442,7 +442,7 @@ public class TreeSet * @throws ClassCastException if toElement is not compatible * with this set's comparator (or, if the set has no comparator, * if toElement does not implement Comparable). - * @throws IllegalArgumentException if this set is itself a subSet, + * @throws IllegalArgumentException if this set is itself a subset, * and toElement is not within the * specified range of the subset. * @throws NullPointerException if toElement is null and