donaldp     2002/11/08 20:02:15

  Modified:    fortress/src/java/org/apache/excalibur/fortress/handler
                        PassThroughInvocationHandler.java
  Log:
  javadocs
  
  Revision  Changes    Path
  1.2       +3 -0      
jakarta-avalon-excalibur/fortress/src/java/org/apache/excalibur/fortress/handler/PassThroughInvocationHandler.java
  
  Index: PassThroughInvocationHandler.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/fortress/src/java/org/apache/excalibur/fortress/handler/PassThroughInvocationHandler.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PassThroughInvocationHandler.java 9 Nov 2002 04:01:38 -0000       1.1
  +++ PassThroughInvocationHandler.java 9 Nov 2002 04:02:15 -0000       1.2
  @@ -19,6 +19,9 @@
   final class PassThroughInvocationHandler
       implements InvocationHandler
   {
  +    /**
  +     * The target object delegated to.
  +     */
       private final Object m_object;
   
       /**
  
  
  

--
To unsubscribe, e-mail:   <mailto:avalon-cvs-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:avalon-cvs-help@;jakarta.apache.org>

Reply via email to