Update of /cvsroot/nice/Nice/debian
In directory sc8-pr-cvs1:/tmp/cvs-serv13534/debian
Modified Files:
changelog
Log Message:
The deprecated 'main(args) { ... }' syntax for the main function is not
supported anymore.
Index: changelog
===================================================================
RCS file: /cvsroot/nice/Nice/debian/changelog,v
retrieving revision 1.200
retrieving revision 1.201
diff -C2 -d -r1.200 -r1.201
*** changelog 26 Aug 2003 00:45:13 -0000 1.200
--- changelog 26 Aug 2003 16:07:58 -0000 1.201
***************
*** 3,6 ****
--- 3,8 ----
* Classes that implement java.lang.Cloneable now automatically support
the clone method.
+ * The deprecated 'main(args) { ... }' syntax for the main function is not
+ supported anymore. Please use instead: 'void main(String[] args) { ... }'
* Bugfixes (incrementation of byte local variables, ...)
|