[Nice-commit] Nice NEWS,1.44,1.45
Brought to you by:
bonniot
From: Arjan B. <ar...@us...> - 2004-09-01 10:59:42
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19968/Nice Modified Files: NEWS Log Message: assert x != null; Index: NEWS =================================================================== RCS file: /cvsroot/nice/Nice/NEWS,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** NEWS 13 Aug 2004 06:24:38 -0000 1.44 --- NEWS 1 Sep 2004 10:59:33 -0000 1.45 *************** *** 9,12 **** --- 9,13 ---- // Here o can be used as a string without cast + The same construct can be used with '!= null' tests. * java.lang.Class is now parameterized by the type it represents. In particular, newInstance is now declared in nice.lang with |