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 bb580e5cece76382b1ad60f8e94332405318a88a Author: Mark Thomas <[email protected]> AuthorDate: Mon Jan 12 17:29:21 2026 +0000 Fix IDE warning --- test/org/apache/coyote/http2/TestHttp2RequestParameters.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/org/apache/coyote/http2/TestHttp2RequestParameters.java b/test/org/apache/coyote/http2/TestHttp2RequestParameters.java index 9dbc332461..c2bbdaa276 100644 --- a/test/org/apache/coyote/http2/TestHttp2RequestParameters.java +++ b/test/org/apache/coyote/http2/TestHttp2RequestParameters.java @@ -20,13 +20,13 @@ package org.apache.coyote.http2; import org.junit.Assert; import org.junit.Test; -import org.apache.catalina.connector.Request; - public class TestHttp2RequestParameters extends Http2TestBase { /** * Test case for https://bz.apache.org/bugzilla/show_bug.cgi?id=69918 POST parameters are not returned from a call - * to any of the {@link Request} getParameterXXX() methods if the request is HTTP/2 and the - * content-length header is not set. + * to any of the {@link org.apache.catalina.connector.Request} getParameterXXX() methods if the request is HTTP/2 + * and the content-length header is not set. + * + * @throws Exception If the test encounters an unexpected error */ @Test public void testBug69918() throws Exception { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
