You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2003/04/22 17:18:02 UTC

cvs commit: jakarta-servletapi-5/jsr154/src/share/javax/servlet/http HttpServlet.java HttpServletResponse.java

jfarcand    2003/04/22 08:18:02

  Modified:    jsr154/src/share/javax/servlet/http HttpServlet.java
                        HttpServletResponse.java
  Log:
  Apply documentation patch submitted by Yutaka Yoshida.
  
  Revision  Changes    Path
  1.4       +3 -3      jakarta-servletapi-5/jsr154/src/share/javax/servlet/http/HttpServlet.java
  
  Index: HttpServlet.java
  ===================================================================
  RCS file: /home/cvs/jakarta-servletapi-5/jsr154/src/share/javax/servlet/http/HttpServlet.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- HttpServlet.java	11 Apr 2003 15:02:40 -0000	1.3
  +++ HttpServlet.java	22 Apr 2003 15:18:01 -0000	1.4
  @@ -718,10 +718,10 @@
        *
        * @exception IOException	if an input or output error occurs
        *				while the servlet is handling the
  -     *				TRACE request
  +     *				HTTP request
        *
  -     * @exception ServletException	if the request for the
  -     *					TRACE cannot be handled
  +     * @exception ServletException	if the HTTP request
  +     *					cannot be handled
        * 
        * @see 				javax.servlet.Servlet#service
        *
  
  
  
  1.4       +1 -1      jakarta-servletapi-5/jsr154/src/share/javax/servlet/http/HttpServletResponse.java
  
  Index: HttpServletResponse.java
  ===================================================================
  RCS file: /home/cvs/jakarta-servletapi-5/jsr154/src/share/javax/servlet/http/HttpServletResponse.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- HttpServletResponse.java	11 Apr 2003 15:02:40 -0000	1.3
  +++ HttpServletResponse.java	22 Apr 2003 15:18:01 -0000	1.4
  @@ -70,7 +70,7 @@
    * functionality in sending a response.  For example, it has methods
    * to access HTTP headers and cookies.
    *
  - * <p>The servlet container creates an <code>HttpServletRequest</code> object
  + * <p>The servlet container creates an <code>HttpServletResponse</code> object
    * and passes it as an argument to the servlet's service methods
    * (<code>doGet</code>, <code>doPost</code>, etc).
    *
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org