[Nice-commit] Nice/stdlib/nice/lang java.nice,1.56,1.57
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2004-08-12 09:31:03
|
Update of /cvsroot/nice/Nice/stdlib/nice/lang In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2065/stdlib/nice/lang Modified Files: java.nice Log Message: Typo. Index: java.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/java.nice,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -d -r1.56 -r1.57 *** java.nice 11 Aug 2004 18:07:40 -0000 1.56 --- java.nice 12 Aug 2004 09:30:54 -0000 1.57 *************** *** 218,222 **** interface ListIterator<T> extends Iterator<T> = native java.util.ListIterator; interface Map<K,V> = native java.util.Map; ! interface SortedMap<K,V> extends Map<T> = native java.util.SortedMap; interface Map$Entry<K,V> = native java.util.Map.Entry; class AbstractCollection<T> implements Collection<T> = native java.util.AbstractCollection; --- 218,222 ---- interface ListIterator<T> extends Iterator<T> = native java.util.ListIterator; interface Map<K,V> = native java.util.Map; ! interface SortedMap<K,V> extends Map<K,V> = native java.util.SortedMap; interface Map$Entry<K,V> = native java.util.Map.Entry; class AbstractCollection<T> implements Collection<T> = native java.util.AbstractCollection; |