Skip to content

Commit

Permalink
fixed format
Browse files Browse the repository at this point in the history
Signed-off-by: gregw <gregw@webtide.com>
  • Loading branch information
gregw committed Oct 12, 2020
1 parent 29308d1 commit 4196028
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/src/main/java/jakarta/servlet/ServletRequest.java
Expand Up @@ -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 <code>Host</code> header, or the HTTP/2 authority,
* or <a href="https://tools.ietf.org/html/rfc7239">RFC 7239</a>, otherwise the
* resolved server name or the server IP address.
* mechanism, such as the <code>Host</code> header, or the HTTP/2 authority, or
* <a href="https://tools.ietf.org/html/rfc7239">RFC 7239</a>, otherwise the resolved server name or the server IP
* address.
*
* @return a <code>String</code> containing the name of the server
*/
Expand Down

0 comments on commit 4196028

Please sign in to comment.