This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.1.x by this push:
     new 525a4634ee Fix typo
525a4634ee is described below

commit 525a4634ee195dfdd5ac3ad15c625a3b8de69e7c
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Jun 28 16:05:11 2024 +0100

    Fix typo
---
 java/jakarta/servlet/http/Cookie.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/jakarta/servlet/http/Cookie.java 
b/java/jakarta/servlet/http/Cookie.java
index 22ddc5d3ff..e699a88dfd 100644
--- a/java/jakarta/servlet/http/Cookie.java
+++ b/java/jakarta/servlet/http/Cookie.java
@@ -45,7 +45,7 @@ import java.util.TreeMap;
  * Cookies affect the caching of the Web pages that use them. HTTP 1.0 does 
not cache pages that use cookies created
  * with this class. This class does not support the cache control defined with 
HTTP 1.1.
  * <p>
- * This class supports both the RFC 6265 specification.
+ * This class supports the RFC 6265 specification.
  */
 public class Cookie implements Cloneable, Serializable {
 


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

Reply via email to