Update of /cvsroot/nice/Nice/debian
In directory sc8-pr-cvs1:/tmp/cvs-serv22588/debian
Modified Files:
changelog
Log Message:
The compiler now warns about non-existing sourcepath entries.
Index: changelog
===================================================================
RCS file: /cvsroot/nice/Nice/debian/changelog,v
retrieving revision 1.197
retrieving revision 1.198
diff -C2 -d -r1.197 -r1.198
*** changelog 9 Aug 2003 21:52:58 -0000 1.197
--- changelog 9 Aug 2003 22:00:38 -0000 1.198
***************
*** 28,31 ****
--- 28,32 ----
int[] array = [1,2,3,4,5];
for (elem : array) println(elem);
+ * The compiler now warns about non-existing sourcepath entries.
* Bugfixes (parameter's default value refering to previous parameters, ...)
|