[Nice-commit] Nice NEWS,1.30,1.31
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2004-06-10 13:40:36
|
Update of /cvsroot/nice/Nice In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18889 Modified Files: NEWS Log Message: Allow calls to Java methods defined in a Java class that implements several Java interfaces declaring that same method, like java.io.ObjectOutputStream.flush() Index: NEWS =================================================================== RCS file: /cvsroot/nice/Nice/NEWS,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** NEWS 20 Mar 2004 16:24:15 -0000 1.30 --- NEWS 10 Jun 2004 13:40:28 -0000 1.31 *************** *** 4,7 **** --- 4,10 ---- not make any difference for Nice programs, but simplifies integration with Java tools and usage of Nice code from Java sources. + * Allow calls to Java methods defined in a Java class that implements + several Java interfaces declaring that same method, like + java.io.ObjectOutputStream.flush() -- |