X Tutup
Skip to content

Commit 2ee4e10

Browse files
author
zhourenjian
committed
Fix bug loading TreeSet
1 parent d6d83a8 commit 2ee4e10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sources/net.sf.j2s.java.core/src/java/util/TreeSet.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
* comparable to each other either using their natural order or a specified
3030
* Comparator.
3131
* @since 1.2
32+
*
33+
* @j2sRequireImport java.util.TreeMap
3234
*/
3335
public class TreeSet<E> extends AbstractSet<E> implements SortedSet<E>, Cloneable,
3436
Serializable {

0 commit comments

Comments
 (0)
X Tutup