This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 83cc1fb042 Suppress warning
83cc1fb042 is described below

commit 83cc1fb0427e0415ee3c8f92aa20f80bc4a76f43
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Jun 13 18:28:55 2024 +0100

    Suppress warning
---
 test/org/apache/coyote/http11/TestAbstractHttp11Protocol.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/org/apache/coyote/http11/TestAbstractHttp11Protocol.java 
b/test/org/apache/coyote/http11/TestAbstractHttp11Protocol.java
index 80023d99cb..3eef791641 100644
--- a/test/org/apache/coyote/http11/TestAbstractHttp11Protocol.java
+++ b/test/org/apache/coyote/http11/TestAbstractHttp11Protocol.java
@@ -20,6 +20,7 @@ import org.junit.Test;
 
 public class TestAbstractHttp11Protocol {
 
+    @SuppressWarnings("deprecation")
     @Test
     public void testGetSslProtocol() {
         Http11Nio2Protocol protocol = new Http11Nio2Protocol();


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

Reply via email to