You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2013/07/31 10:15:15 UTC

svn commit: r1508765 - /tomcat/tc6.0.x/trunk/java/javax/servlet/http/HttpSession.java

Author: markt
Date: Wed Jul 31 08:15:15 2013
New Revision: 1508765

URL: http://svn.apache.org/r1508765
Log:
CTR: Fix javadoc formatting typo

Modified:
    tomcat/tc6.0.x/trunk/java/javax/servlet/http/HttpSession.java

Modified: tomcat/tc6.0.x/trunk/java/javax/servlet/http/HttpSession.java
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/javax/servlet/http/HttpSession.java?rev=1508765&r1=1508764&r2=1508765&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/java/javax/servlet/http/HttpSession.java (original)
+++ tomcat/tc6.0.x/trunk/java/javax/servlet/http/HttpSession.java Wed Jul 31 08:15:15 2013
@@ -299,7 +299,7 @@ public interface HttpSession {
      * <code>HttpSessionBindingListener.valueUnbound</code> method is called.
      *
      * <p>If the value passed in is null, this has the same effect as calling
-     * <code>removeAttribute()<code>.
+     * <code>removeAttribute()</code>.
      *
      *
      * @param name			the name to which the object is bound;



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