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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org