[Nice-commit] Nice/src/bossa/modules Package.java,1.103,1.104
Brought to you by:
bonniot
From: <bo...@us...> - 2003-11-27 00:54:52
|
Update of /cvsroot/nice/Nice/src/bossa/modules In directory sc8-pr-cvs1:/tmp/cvs-serv10544/src/bossa/modules Modified Files: Package.java Log Message: Moved the type registration to a more logical place, in ClassFileInput. Index: Package.java =================================================================== RCS file: /cvsroot/nice/Nice/src/bossa/modules/Package.java,v retrieving revision 1.103 retrieving revision 1.104 diff -C2 -d -r1.103 -r1.104 *** Package.java 27 Nov 2003 00:21:20 -0000 1.103 --- Package.java 27 Nov 2003 00:54:43 -0000 1.104 *************** *** 609,614 **** Internal.error("Compiled class " + def + " was not found"); - Type.registerTypeForName(name, classe); - ClassExp res = new ClassExp(classe); addImplementationClass(res); --- 609,612 ---- |