[Nice-commit] Nice/src/bossa/syntax retypedMethod.nice,1.10,1.11
Brought to you by:
bonniot
|
From: Daniel B. <bo...@us...> - 2005-03-30 08:02:19
|
Update of /cvsroot/nice/Nice/src/bossa/syntax In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29001/src/bossa/syntax Modified Files: retypedMethod.nice Log Message: Removed the obsolete nice.lang.Type Index: retypedMethod.nice =================================================================== RCS file: /cvsroot/nice/Nice/src/bossa/syntax/retypedMethod.nice,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** retypedMethod.nice 13 Mar 2005 11:38:17 -0000 1.10 --- retypedMethod.nice 30 Mar 2005 08:02:08 -0000 1.11 *************** *** 69,73 **** className + " was not found"); ! javaArgType = cast(new Type[javaTypes.size()-1]); return; } --- 69,73 ---- className + " was not found"); ! javaArgType = cast(new gnu.bytecode.Type[javaTypes.size()-1]); return; } |