From: Finn B. <bc...@us...> - 2001-05-07 19:18:36
|
Update of /cvsroot/jython/jython/org/python/compiler In directory usw-pr-cvs1:/tmp/cvs-serv20429 Modified Files: JavaMaker.java Log Message: addSuperMethod(): Revert the fix for #222819. Index: JavaMaker.java =================================================================== RCS file: /cvsroot/jython/jython/org/python/compiler/JavaMaker.java,v retrieving revision 2.10 retrieving revision 2.11 diff -C2 -r2.10 -r2.11 *** JavaMaker.java 2001/03/22 20:05:52 2.10 --- JavaMaker.java 2001/05/07 19:18:33 2.11 *************** *** 126,130 **** } ! public void addSuperMethod(String methodName, String superName, String superclass, Class[] parameters, --- 126,130 ---- } ! /* public void addSuperMethod(String methodName, String superName, String superclass, Class[] parameters, *************** *** 136,139 **** --- 136,141 ---- } } + + */ public void addMain() throws Exception { |