From da84164513253f131eca1679a253ef83b20a08a2 Mon Sep 17 00:00:00 2001 From: Mark Thomas Date: Fri, 15 Mar 2024 19:49:24 +0000 Subject: [PATCH] Remove incorrect comment --- api/src/main/java/jakarta/servlet/http/Cookie.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/api/src/main/java/jakarta/servlet/http/Cookie.java b/api/src/main/java/jakarta/servlet/http/Cookie.java index 798919f1b..d3ce86ad6 100644 --- a/api/src/main/java/jakarta/servlet/http/Cookie.java +++ b/api/src/main/java/jakarta/servlet/http/Cookie.java @@ -166,9 +166,7 @@ public String getComment() { * Specifies the domain within which this cookie should be presented. * *

- * The form of the domain name is specified by RFC 6265. A domain name begins with a dot (.foo.com) and - * means that the cookie is visible to servers in a specified Domain Name System (DNS) zone (for example, - * www.foo.com, but not a.b.foo.com). By default, cookies are only returned to the server that + * The form of the domain name is specified by RFC 6265. By default, cookies are only returned to the server that * sent them. * * @param domain the domain name within which this cookie is visible; form is according to RFC 6265