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 c64762a Fix IDE warning
c64762a is described below
commit c64762a265f060a06d337d0f8b4a517654078a9b
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Nov 23 15:00:25 2021 +0000
Fix IDE warning
---
test/jakarta/servlet/http/TestHttpServletDoHead.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/jakarta/servlet/http/TestHttpServletDoHead.java
b/test/jakarta/servlet/http/TestHttpServletDoHead.java
index 90fc2cf..973c9cd 100644
--- a/test/jakarta/servlet/http/TestHttpServletDoHead.java
+++ b/test/jakarta/servlet/http/TestHttpServletDoHead.java
@@ -193,7 +193,7 @@ public class TestHttpServletDoHead extends Http2TestBase {
@Override
- @SuppressWarnings("deprecation")
+ @SuppressWarnings("removal")
protected void configureAndStartWebApplication() throws LifecycleException
{
Tomcat tomcat = getTomcatInstance();
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]