luehe 2003/08/25 14:35:06 Modified: coyote/src/java/org/apache/coyote Response.java Log: More javadocs fixes Revision Changes Path 1.25 +1 -1 jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/Response.java Index: Response.java =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/Response.java,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- Response.java 25 Aug 2003 21:27:03 -0000 1.24 +++ Response.java 25 Aug 2003 21:35:06 -0000 1.25 @@ -461,7 +461,7 @@ /* * Overrides the name of the character encoding used in the body - * of the request. This method must be called prior to writing output + * of the response. This method must be called prior to writing output * using getWriter(). * * @param charset String containing the name of the chararacter encoding.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]