ICU-13620 Fix typo.

X-SVN-Rev: 41056
This commit is contained in:
Shane Carr 2018-03-03 05:28:05 +00:00
parent afa9ac8b77
commit d3aecc8bf4

View 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> {