remove obsolete warning suppression in test

This commit is contained in:
Gavin 2023-06-08 16:28:30 +02:00 committed by Gavin King
parent 4bbf67fb3b
commit a707d8e345
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ import static org.junit.Assert.assertTrue;
* @author Brett Meyer * @author Brett Meyer
*/ */
@RequiresDialect( H2Dialect.class ) // Nothing dialect-specific -- no need to run in matrix. @RequiresDialect( H2Dialect.class ) // Nothing dialect-specific -- no need to run in matrix.
@SuppressWarnings("unchecked")
public class JarVisitorTest extends PackagingTestCase { public class JarVisitorTest extends PackagingTestCase {
@Test @Test
public void testHttp() throws Exception { public void testHttp() throws Exception {