yoavs       2004/05/26 09:41:54

  Modified:    webapps/manager/WEB-INF/classes/org/apache/catalina/manager
                        StatusTransformer.java
  Log:
  Minor JavaDoc fixes (Bugzilla 28335)
  
  Revision  Changes    Path
  1.18      +8 -8      
jakarta-tomcat-catalina/webapps/manager/WEB-INF/classes/org/apache/catalina/manager/StatusTransformer.java
  
  Index: StatusTransformer.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/webapps/manager/WEB-INF/classes/org/apache/catalina/manager/StatusTransformer.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- StatusTransformer.java    16 Apr 2004 23:08:55 -0000      1.17
  +++ StatusTransformer.java    26 May 2004 16:41:54 -0000      1.18
  @@ -82,9 +82,9 @@
        * Write the header body. XML output doesn't bother
        * to output this stuff, since it's just title.
        * 
  -     * @param PrintWriter writer
  -     * @param Object[] args
  -     * @param int mode
  +     * @param writer The output writer
  +     * @param args What to write
  +     * @param mode 0 means write 
        */
       public static void writeBody(PrintWriter writer, Object[] args, int mode) {
           if (mode == 0){
  @@ -97,9 +97,9 @@
       /**
        * Write the manager webapp information.
        * 
  -     * @param PrintWriter writer
  -     * @param Object[] args
  -     * @param int mode
  +     * @param writer The output writer
  +     * @param args What to write
  +     * @param mode 0 means write
        */
       public static void writeManager(PrintWriter writer, Object[] args, 
                                       int mode) {
  @@ -748,7 +748,7 @@
        * in HTML.  This avoids potential attacks caused by including JavaScript
        * codes in the request URL that is often reported in error messages.
        *
  -     * @param message The message string to be filtered
  +     * @param obj The message string to be filtered
        */
       public static String filter(Object obj) {
   
  
  
  

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

Reply via email to