[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jakarta-servletapi-dev
Subject:    cvs commit: jakarta-servletapi/src/share/javax/servlet/http HttpServletResponse.java
From:       dannyc () locus ! apache ! org
Date:       2000-10-21 5:06:48
[Download RAW message or body]

dannyc      00/10/20 22:06:47

  Modified:    src/share/javax/servlet Tag: SERVLET_23_JSP_12
                        ServletContext.java
               src/share/javax/servlet/http Tag: SERVLET_23_JSP_12
                        HttpServletResponse.java
  Log:
  remove <> around non-HTML text in couple of places in javadoc that was messing it \
up  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.1.1.4.4 +4 -4      \
jakarta-servletapi/src/share/javax/servlet/ServletContext.java  
  Index: ServletContext.java
  ===================================================================
  RCS file: /home/cvs/jakarta-servletapi/src/share/javax/servlet/ServletContext.java,v
  retrieving revision 1.1.1.1.4.3
  retrieving revision 1.1.1.1.4.4
  diff -u -r1.1.1.1.4.3 -r1.1.1.1.4.4
  --- ServletContext.java	2000/10/21 04:26:20	1.1.1.1.4.3
  +++ ServletContext.java	2000/10/21 05:06:47	1.1.1.1.4.4
  @@ -131,7 +131,7 @@
       /**
        * Returns the major version of the Java Servlet API that this
        * servlet container supports. All implementations that comply
  -     * with Version 2.2 must have this method
  +     * with Version 2.3 must have this method
        * return the integer 2.
        *
        * @return 		2
  @@ -146,9 +146,9 @@
        * Returns the minor version of the Servlet API that this
        * servlet container supports. All implementations that comply
        * with Version 2.2 must have this method
  -     * return the integer 2.
  +     * return the integer 3.
        *
  -     * @return 		2
  +     * @return 		3
        *
        */
   
  @@ -642,7 +642,7 @@
       
       /**
        * Returns the name of this web application correponding to this \
                ServletContext as specified in the deployment
  -     * descriptor for this web application by the <display-name> element.
  +     * descriptor for this web application by the display-name element.
        *
        *
        * @return	    The name of the web application or null if no name has been \
declared in the deployment descriptor.  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.1.1.4.5 +1 -1      \
jakarta-servletapi/src/share/javax/servlet/http/HttpServletResponse.java  
  Index: HttpServletResponse.java
  ===================================================================
  RCS file: /home/cvs/jakarta-servletapi/src/share/javax/servlet/http/HttpServletResponse.java,v
  retrieving revision 1.1.1.1.4.4
  retrieving revision 1.1.1.1.4.5
  diff -u -r1.1.1.1.4.4 -r1.1.1.1.4.5
  --- HttpServletResponse.java	2000/10/20 20:17:33	1.1.1.1.4.4
  +++ HttpServletResponse.java	2000/10/21 05:06:47	1.1.1.1.4.5
  @@ -199,7 +199,7 @@
        * response to look like an HTML-formatted server error page, setting the \
                content type
        * to "text/html", leaving cookies and other headers unmodified.
        *
  -     * If an <error-page> declaration has been made for the web application
  +     * If an error-page declaration has been made for the web application
        * corresponding to the status code passed in, it will be served back in 
        * preference to the suggested msg parameter. 
        *
  
  
  


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic