diff --git a/api/src/main/java/jakarta/servlet/ServletRequest.java b/api/src/main/java/jakarta/servlet/ServletRequest.java index 924f2d0b8..765955cac 100644 --- a/api/src/main/java/jakarta/servlet/ServletRequest.java +++ b/api/src/main/java/jakarta/servlet/ServletRequest.java @@ -208,9 +208,9 @@ public interface ServletRequest { /** * Returns the host name of the server to which the request was sent. It may be derived from a protocol specific - * mechanism, such as the Host header, or the HTTP/2 authority, - * or RFC 7239, otherwise the - * resolved server name or the server IP address. + * mechanism, such as the Host header, or the HTTP/2 authority, or + * RFC 7239, otherwise the resolved server name or the server IP + * address. * * @return a String containing the name of the server */