Suppress warnings in tests in spring-orm-hibernate4

This commit is contained in:
Sam Brannen
2015-08-27 22:52:21 +02:00
parent 527b778bf9
commit 90f46f9327

View File

@@ -43,6 +43,7 @@ import static org.junit.Assert.*;
* @author Juergen Hoeller
* @since 4.1
*/
@SuppressWarnings("rawtypes")
public class MethodValidationTests {
@Test
@@ -68,6 +69,7 @@ public class MethodValidationTests {
}
@SuppressWarnings("unchecked")
private void doTestProxyValidation(MyValidInterface proxy) {
assertNotNull(proxy.myValidMethod("value", 5));
try {