]> granicus.if.org Git - icu/commitdiff
ICU-13620 Fix typo.
authorShane Carr <shane@unicode.org>
Sat, 3 Mar 2018 05:28:05 +0000 (05:28 +0000)
committerShane Carr <shane@unicode.org>
Sat, 3 Mar 2018 05:28:05 +0000 (05:28 +0000)
X-SVN-Rev: 41056

icu4j/main/classes/core/src/com/ibm/icu/impl/CollectionSet.java

index 94e4a981f957c5503b3e8ce99109b86e28371e1f..4f7eb9ce789b2fac27dc0d895764209ca3ce9ee8 100644 (file)
@@ -7,8 +7,8 @@ import java.util.Iterator;
 import java.util.Set;
 
 /**
- * A wrapper around java.util.CollectionSet that implements java.util.Set. This class keeps a pointer to
- * the CollectionSet and does not persist any data on its own.
+ * A wrapper around java.util.Collection that implements java.util.Set. This class keeps a pointer to the
+ * Collection and does not persist any data on its own.
  */
 public class CollectionSet<E> implements Set<E> {