mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-18 09:05:21 +00:00
remove obsolete warning suppression in test
This commit is contained in:
parent
4bbf67fb3b
commit
a707d8e345
@ -53,7 +53,6 @@
|
|||||||
* @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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user