You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ha...@apache.org on 2002/02/01 15:46:08 UTC

cvs commit: jakarta-commons-sandbox/altrmi/src/java/org/apache/commons/altrmi/test CodedProxyTest.java

hammant     02/02/01 06:46:08

  Modified:    altrmi/src/java/org/apache/commons/altrmi/test
                        CodedProxyTest.java
  Log:
  add unimpled method
  
  Revision  Changes    Path
  1.2       +12 -1     jakarta-commons-sandbox/altrmi/src/java/org/apache/commons/altrmi/test/CodedProxyTest.java
  
  Index: CodedProxyTest.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/altrmi/src/java/org/apache/commons/altrmi/test/CodedProxyTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CodedProxyTest.java	17 Jan 2002 23:42:13 -0000	1.1
  +++ CodedProxyTest.java	1 Feb 2002 14:46:08 -0000	1.2
  @@ -16,7 +16,7 @@
    *
    *
    * @author Paul Hammant <a href="mailto:Paul_Hammant@yahoo.com">Paul_Hammant@yahoo.com</a>
  - * @version $Revision: 1.1 $
  + * @version $Revision: 1.2 $
    */
   public class CodedProxyTest {
   
  @@ -157,6 +157,17 @@
            */
           public TestInterface2 findTestInterface2ByName(String nameToFind) {
               return mActualImpl.findTestInterface2ByName(nameToFind);
  +        }
  +
  +        /**
  +         * Method getTestInterface2s
  +         *
  +         *
  +         * @return
  +         *
  +         */
  +        public TestInterface2[] getTestInterface2s() {
  +            return mActualImpl.getTestInterface2s();
           }
   
           /**
  
  
  

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