Skip to content

Commit

Permalink
Suppress warnings in tests in spring-orm-hibernate4
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Aug 27, 2015
1 parent 527b778 commit 90f46f9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
* @author Juergen Hoeller
* @since 4.1
*/
@SuppressWarnings("rawtypes")
public class MethodValidationTests {

@Test
Expand All @@ -68,6 +69,7 @@ public void testMethodValidationPostProcessor() {
}


@SuppressWarnings("unchecked")
private void doTestProxyValidation(MyValidInterface proxy) {
assertNotNull(proxy.myValidMethod("value", 5));
try {
Expand Down

0 comments on commit 90f46f9

Please sign in to comment.