This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 0137700388 Fix typo
0137700388 is described below
commit 01377003887b44010bec430098b7ecbea4067a53
Author: Mark Thomas <[email protected]>
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 5c52a59d47..71144499a9 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: [email protected]
For additional commands, e-mail: [email protected]