Polishing

This commit is contained in:
Sam Brannen 2018-03-30 11:45:28 +02:00
parent 240d6f52c9
commit a6c45f0cd9
1 changed files with 0 additions and 1 deletions

View File

@ -110,7 +110,6 @@ public class MethodParameterTests {
MethodParameter methodParameter = MethodParameter.forExecutable(constructor, 0);
assertEquals(String.class, methodParameter.getParameterType());
assertNotNull("Failed to find @Param annotation", methodParameter.getParameterAnnotation(Param.class));
assertNotNull(methodParameter.getParameterAnnotation(Param.class));
}
@Test // SPR-16652