Skip to content

Commit 90f46f9

Browse files
committed
Suppress warnings in tests in spring-orm-hibernate4
1 parent 527b778 commit 90f46f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-orm-hibernate4/src/test/java/org/springframework/validation/hibernatevalidator5/MethodValidationTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
* @author Juergen Hoeller
4444
* @since 4.1
4545
*/
46+
@SuppressWarnings("rawtypes")
4647
public class MethodValidationTests {
4748

4849
@Test
@@ -68,6 +69,7 @@ public void testMethodValidationPostProcessor() {
6869
}
6970

7071

72+
@SuppressWarnings("unchecked")
7173
private void doTestProxyValidation(MyValidInterface proxy) {
7274
assertNotNull(proxy.myValidMethod("value", 5));
7375
try {

0 commit comments

Comments
 (0)