Update of /cvsroot/nice/Nice/src/gnu/mapping
In directory sc8-pr-cvs1:/tmp/cvs-serv8428/src/gnu/mapping
Modified Files:
ProcedureN.java
Log Message:
Prevent ModuleBody to depend on Values, which is not available at runtime.
Index: ProcedureN.java
===================================================================
RCS file: /cvsroot/nice/Nice/src/gnu/mapping/ProcedureN.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ProcedureN.java 25 Jul 2003 13:03:24 -0000 1.5
--- ProcedureN.java 28 Jul 2003 10:04:49 -0000 1.6
***************
*** 18,22 ****
}
! private static final Object[] noArgs = new Object[0];
public Object apply0 () throws Throwable
--- 18,22 ----
}
! public static final Object[] noArgs = new Object[0];
public Object apply0 () throws Throwable
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
|