[Nice-commit] Nice/src/bossa/parser Parser.jj,1.213,1.214
Brought to you by:
bonniot
From: <bo...@us...> - 2003-11-19 15:25:40
|
Update of /cvsroot/nice/Nice/src/bossa/parser In directory sc8-pr-cvs1:/tmp/cvs-serv18853/src/bossa/parser Modified Files: Parser.jj Log Message: Fix comments, since field retypings work both for static and non-static fields. Index: Parser.jj =================================================================== RCS file: /cvsroot/nice/Nice/src/bossa/parser/Parser.jj,v retrieving revision 1.213 retrieving revision 1.214 diff -C2 -d -r1.213 -r1.214 *** Parser.jj 15 Nov 2003 17:25:47 -0000 1.213 --- Parser.jj 19 Nov 2003 15:25:36 -0000 1.214 *************** *** 1337,1342 **** ) ! // if we stop here with a ";", it's a static field ! // else it's a method ( ";" --- 1337,1341 ---- ) ! // If we stop here with a ";", it's a field else it's a method. ( ";" |