You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ha...@apache.org on 2002/09/06 08:26:29 UTC

cvs commit: jakarta-avalon-excalibur/altrmi/src/test/org/apache/excalibur/altrmi/client/impl DummyInvocationHandler.java

hammant     2002/09/05 23:26:29

  Modified:    altrmi/src/test/org/apache/excalibur/altrmi/client/impl
                        DummyInvocationHandler.java
  Log:
  Missing method
  
  Revision  Changes    Path
  1.2       +5 -0      jakarta-avalon-excalibur/altrmi/src/test/org/apache/excalibur/altrmi/client/impl/DummyInvocationHandler.java
  
  Index: DummyInvocationHandler.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/altrmi/src/test/org/apache/excalibur/altrmi/client/impl/DummyInvocationHandler.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DummyInvocationHandler.java	2 Sep 2002 22:36:23 -0000	1.1
  +++ DummyInvocationHandler.java	6 Sep 2002 06:26:29 -0000	1.2
  @@ -72,4 +72,9 @@
       {
           throw new java.lang.UnsupportedOperationException();
       }
  +
  +    public Object resolveArgument(String methodSignature, Class inputArgumentClass, Object inputArgumentInstance)
  +    {
  +        throw new java.lang.UnsupportedOperationException();
  +    }
   }
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>