yoavs       2004/05/26 08:53:20

  Modified:    catalina/src/share/org/apache/catalina/security
                        SecurityUtil.java
  Log:
  Minor JavaDoc fixes (Bugzilla 28335)
  
  Revision  Changes    Path
  1.11      +6 -6      
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/security/SecurityUtil.java
  
  Index: SecurityUtil.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/security/SecurityUtil.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- SecurityUtil.java 17 May 2004 17:59:39 -0000      1.10
  +++ SecurityUtil.java 26 May 2004 15:53:20 -0000      1.11
  @@ -98,7 +98,7 @@
        * be called.
        * @param targetType <code>Class</code> array used to instanciate a i
        * <code>Method</code> object.
  -     * @param targetObject <code>Object</code> array contains the runtime 
  +     * @param targetArguments <code>Object</code> array contains the runtime 
        * parameters instance.
        */
       public static void doAsPrivilege(final String methodName, 
  @@ -124,7 +124,7 @@
        * be called.
        * @param targetType <code>Class</code> array used to instanciate a 
        * <code>Method</code> object.
  -     * @param targetArgumentst <code>Object</code> array contains the 
  +     * @param targetArguments <code>Object</code> array contains the 
        * runtime parameters instance.
        * @param principal the <code>Principal</code> to which the security 
        * privilege apply..
  @@ -183,7 +183,7 @@
        * be called.
        * @param targetType <code>Class</code> array used to instanciate a
        * <code>Method</code> object.
  -     * @param targetArgumentst <code>Object</code> array contains the 
  +     * @param targetArguments <code>Object</code> array contains the 
        * runtime parameters instance.
        */    
       public static void doAsPrivilege(final String methodName, 
  @@ -221,9 +221,7 @@
        * @param methodName the method to apply the security restriction
        * @param targetObject the <code>Servlet</code> on which the method will
        * be called.
  -     * @param targetType <code>Class</code> array used to instanciate a 
  -     * <code>Method</code> object.
  -     * @param targetArgumentst <code>Object</code> array contains the 
  +     * @param targetArguments <code>Object</code> array contains the 
        * runtime parameters instance.
        * @param principal the <code>Principal</code> to which the security 
        * privilege apply..
  @@ -354,6 +352,8 @@
       
       /**
        * Remove the object from the cache.
  +     *
  +     * @param cachedObject The object to remove
        */
       public static void remove(Object cachedObject){
           objectCache.remove(cachedObject);
  
  
  

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

Reply via email to