[Nice-commit] Nice/debian changelog,1.228,1.229
Brought to you by:
bonniot
From: <ar...@us...> - 2003-11-23 16:25:20
|
Update of /cvsroot/nice/Nice/debian In directory sc8-pr-cvs1:/tmp/cvs-serv32388/F:/nice/debian Modified Files: changelog Log Message: Make it possible to access a static field of a superclass or interface. Index: changelog =================================================================== RCS file: /cvsroot/nice/Nice/debian/changelog,v retrieving revision 1.228 retrieving revision 1.229 diff -C2 -d -r1.228 -r1.229 *** changelog 23 Nov 2003 12:52:18 -0000 1.228 --- changelog 23 Nov 2003 16:25:17 -0000 1.229 *************** *** 9,12 **** --- 9,13 ---- final long serialVersionUID = 123456789L; } + * Bug fixes (accessing static fields of an superclass or interface, ...) -- |