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