yoavs       2004/05/26 09:28:14

  Modified:    catalina/src/share/org/apache/catalina/valves
                        ErrorReportValve.java
  Log:
  Minor JavaDoc fixes (Bugzilla 28335)
  
  Revision  Changes    Path
  1.17      +2 -2      
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/valves/ErrorReportValve.java
  
  Index: ErrorReportValve.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/valves/ErrorReportValve.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- ErrorReportValve.java     8 May 2004 22:33:22 -0000       1.16
  +++ ErrorReportValve.java     26 May 2004 16:28:13 -0000      1.17
  @@ -176,7 +176,7 @@
        *
        * @param request The request being processed
        * @param response The response being generated
  -     * @param exception The exception that occurred (which possibly wraps
  +     * @param throwable The exception that occurred (which possibly wraps
        *  a root cause exception
        */
       protected void report(Request request, Response response,
  
  
  

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

Reply via email to