Skip to content

Commit 24b5065

Browse files
committed
Suppress warnings
1 parent 11587d5 commit 24b5065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-orm/src/test/java/org/springframework/orm/jpa/LocalEntityManagerFactoryBeanTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* @author Juergen Hoeller
3838
* @author Phillip Webb
3939
*/
40-
@SuppressWarnings("rawtypes")
40+
@SuppressWarnings({"rawtypes", "unchecked"})
4141
class LocalEntityManagerFactoryBeanTests extends AbstractEntityManagerFactoryBeanTests {
4242

4343
@AfterEach

0 commit comments

Comments
 (0)