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

commit 7151eaa7ec1c2e43a9fd88de006765c911b0ea0e
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri May 3 08:06:47 2024 +0100

    Code clean-up - formatting. No functional change.
---
 java/jakarta/servlet/http/HttpServletRequest.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/java/jakarta/servlet/http/HttpServletRequest.java 
b/java/jakarta/servlet/http/HttpServletRequest.java
index 8e36a97ccd..277bc32fbc 100644
--- a/java/jakarta/servlet/http/HttpServletRequest.java
+++ b/java/jakarta/servlet/http/HttpServletRequest.java
@@ -511,8 +511,7 @@ public interface HttpServletRequest extends ServletRequest {
      *
      * @since Servlet 3.1
      */
-    <T extends HttpUpgradeHandler> T upgrade(Class<T> httpUpgradeHandlerClass)
-            throws IOException, ServletException;
+    <T extends HttpUpgradeHandler> T upgrade(Class<T> httpUpgradeHandlerClass) 
throws IOException, ServletException;
 
     /**
      * Obtain a Map of the trailer fields that is not backed by the request 
object.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to