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 f2b49454b2 Code clean-up - formatting. No functional change. f2b49454b2 is described below commit f2b49454b284529f622144f6d297f6c2858cf4a5 Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Jun 27 15:36:29 2025 +0100 Code clean-up - formatting. No functional change. --- java/jakarta/servlet/http/HttpServletRequest.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/java/jakarta/servlet/http/HttpServletRequest.java b/java/jakarta/servlet/http/HttpServletRequest.java index 2e680750d9..040fdd82be 100644 --- a/java/jakarta/servlet/http/HttpServletRequest.java +++ b/java/jakarta/servlet/http/HttpServletRequest.java @@ -301,8 +301,8 @@ public interface HttpServletRequest extends ServletRequest { String getRequestedSessionId(); /** - * Returns the URI path part of this request's URL which starts after the authority (if any) and ends before the query - * string delimiter ({@code ?}), if any. The web container does not decode this String. For example: + * Returns the URI path part of this request's URL which starts after the authority (if any) and ends before the + * query string delimiter ({@code ?}), if any. The web container does not decode this String. For example: * <table> * <caption>Examples of Returned Values</caption> * <tr> @@ -324,7 +324,8 @@ public interface HttpServletRequest extends ServletRequest { * <p> * To reconstruct a URL with a scheme and host, use {@link #getRequestURL}. * - * @return a <code>String</code> containing the path part of the URL from after the authority to before the query string + * @return a <code>String</code> containing the path part of the URL from after the authority to before the query + * string * * @see #getRequestURL */ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org