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:11:48 UTC

svn commit: r1508762 - /tomcat/trunk/java/javax/servlet/http/HttpSession.java

Author: markt
Date: Wed Jul 31 08:11:48 2013
New Revision: 1508762

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

Modified:
    tomcat/trunk/java/javax/servlet/http/HttpSession.java

Modified: tomcat/trunk/java/javax/servlet/http/HttpSession.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/javax/servlet/http/HttpSession.java?rev=1508762&r1=1508761&r2=1508762&view=diff
==============================================================================
--- tomcat/trunk/java/javax/servlet/http/HttpSession.java (original)
+++ tomcat/trunk/java/javax/servlet/http/HttpSession.java Wed Jul 31 08:11:48 2013
@@ -206,7 +206,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; cannot be null



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