mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-13620 Fix typo.
X-SVN-Rev: 41056
This commit is contained in:
parent
afa9ac8b77
commit
d3aecc8bf4
1 changed files with 2 additions and 2 deletions
|
@ -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> {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue