This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit fa1e9cee22e4314b55509fb04d369087793ab22d Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Jan 15 11:24:14 2020 +0000 Remove @SuppressWarnings that is now unnecessary --- test/org/apache/coyote/TestCompressionConfig.java | 1 - 1 file changed, 1 deletion(-) diff --git a/test/org/apache/coyote/TestCompressionConfig.java b/test/org/apache/coyote/TestCompressionConfig.java index b266c7a..f5dc037 100644 --- a/test/org/apache/coyote/TestCompressionConfig.java +++ b/test/org/apache/coyote/TestCompressionConfig.java @@ -54,7 +54,6 @@ public class TestCompressionConfig { @Parameter(2) public Boolean compress; - @SuppressWarnings("deprecation") @Test public void testUseCompression() throws Exception { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org