[Nice-commit] Nice/src/gnu/mapping Procedure.java,1.7,1.8
Brought to you by:
bonniot
From: <bo...@us...> - 2003-07-21 23:20:22
|
Update of /cvsroot/nice/Nice/src/gnu/mapping In directory sc8-pr-cvs1:/tmp/cvs-serv31463/src/gnu/mapping Modified Files: Procedure.java Log Message: Resynchronized with kawa, to remove most differences, which by the license allows redistribution without being subject to the GPL. This is important since those files are needed at runtime. Index: Procedure.java =================================================================== RCS file: /cvsroot/nice/Nice/src/gnu/mapping/Procedure.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Procedure.java 21 Jul 2003 19:08:50 -0000 1.7 --- Procedure.java 21 Jul 2003 23:20:14 -0000 1.8 *************** *** 43,51 **** public abstract Object apply0 () throws Throwable; - public final void apply() throws Throwable - { - apply0(); - } - public abstract Object apply1 (Object arg1) throws Throwable; --- 43,46 ---- *************** *** 157,161 **** return new Setter(this); } - */ public void setSetter (Procedure setter) --- 152,155 ---- |