openamf/src/java/org/openamf/invoker RankedMethod.java,1.18,1.19
[email protected] Wed, 07 Jan 2004 10:58:52 -0800
| Newsgroups | gmane.comp.java.openamf.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/openamf/openamf/src/java/org/openamf/invoker
In directory sc8-pr-cvs1:/tmp/cvs-serv21298/src/java/org/openamf/invoker
Modified Files:
RankedMethod.java
Log Message:
made constructor public
Index: RankedMethod.java
===================================================================
RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/invoker/RankedMethod.java,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** RankedMethod.java 8 Dec 2003 04:16:48 -0000 1.18
--- RankedMethod.java 7 Jan 2004 18:58:49 -0000 1.19
***************
*** 34,38 ****
private static final Log log = LogFactory.getLog(RankedMethod.class);
! RankedMethod(Method method, String requestedMethodName, List parameters) {
this.method = method;
--- 34,38 ----
private static final Log log = LogFactory.getLog(RankedMethod.class);
! public RankedMethod(Method method, String requestedMethodName, List parameters) {
this.method = method;
-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html