Author: markt Date: Tue Oct 6 13:49:06 2015 New Revision: 1707057 URL: http://svn.apache.org/viewvc?rev=1707057&view=rev Log: Improve Javadoc This closes #6 Based on a pull request by theau-aurelien
Modified: tomcat/tc7.0.x/trunk/java/javax/servlet/http/Cookie.java Modified: tomcat/tc7.0.x/trunk/java/javax/servlet/http/Cookie.java URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/javax/servlet/http/Cookie.java?rev=1707057&r1=1707056&r2=1707057&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/java/javax/servlet/http/Cookie.java (original) +++ tomcat/tc7.0.x/trunk/java/javax/servlet/http/Cookie.java Tue Oct 6 13:49:06 2015 @@ -416,10 +416,10 @@ public class Cookie implements Cloneable } - /* + /** * Tests a string and returns true if the string counts as a reserved token * in the Java language. - * @param value the <code>String</code> to be tested + * @param possibleToken the <code>String</code> to be tested * @return <code>true</code> if the <code>String</code> is a reserved token; * <code>false</code> if it is not */ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org