yoavs       2004/05/26 08:36:14

  Modified:    catalina/src/share/org/apache/catalina/core
                        ApplicationContextFacade.java
  Log:
  Minor JavaDoc fixes (Bugzilla 11212)
  
  Revision  Changes    Path
  1.10      +3 -4      
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core/ApplicationContextFacade.java
  
  Index: ApplicationContextFacade.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core/ApplicationContextFacade.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- ApplicationContextFacade.java     27 Feb 2004 14:58:42 -0000      1.9
  +++ ApplicationContextFacade.java     26 May 2004 15:36:14 -0000      1.10
  @@ -422,9 +422,8 @@
       /**
        * Use reflection to invoke the requested method. Cache the method object 
        * to speed up the process
  -     * @param appContext The AppliationContext object on which the method
  -     *                   will be invoked
  -     * @param methodName The method to call.
  +     * @param methodName The method to invoke.
  +     * @param clazz The class where the method is.
        * @param params The arguments passed to the called method.
        */    
       private Object doPrivileged(final String methodName, 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to