From 4196028996b01d2c8be40c14c4d19d2049865d49 Mon Sep 17 00:00:00 2001 From: gregw Date: Mon, 12 Oct 2020 18:00:18 +0200 Subject: [PATCH] fixed format Signed-off-by: gregw --- api/src/main/java/jakarta/servlet/ServletRequest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 */