You are viewing a plain text version of this content. The canonical link for it is here.
Posted to servletapi-dev@jakarta.apache.org by da...@locus.apache.org on 2000/10/11 04:43:42 UTC

cvs commit: jakarta-servletapi/src/share/javax/servlet/http HttpSession.java

dannyc      00/10/10 19:43:42

  Modified:    src/share/javax/servlet/http HttpSession.java
  Log:
  change javadoc deprecation comment in removeValue()
  
  It said that it had beed deprecated for setAttribute, not removeAttribute()
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-servletapi/src/share/javax/servlet/http/HttpSession.java
  
  Index: HttpSession.java
  ===================================================================
  RCS file: /home/cvs/jakarta-servletapi/src/share/javax/servlet/http/HttpSession.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- HttpSession.java	2000/04/26 05:22:30	1.1
  +++ HttpSession.java	2000/10/11 02:43:41	1.2
  @@ -386,7 +386,7 @@
       /**
        *
        * @deprecated 	As of Version 2.2, this method is
  -     * 			replaced by {@link #setAttribute}
  +     * 			replaced by {@link #removeAttribute}
        *
        * @param name				the name of the object to
        *						remove from this session