Polishing

This commit is contained in:
Sam Brannen 2018-03-29 17:45:55 +02:00
parent 7c28152c13
commit 17703e5dde
1 changed files with 0 additions and 1 deletions

View File

@ -123,7 +123,6 @@ public class MethodParameterTests {
methodParameter = MethodParameter.forExecutable(constructor, 1);
assertEquals(String.class, methodParameter.getParameterType());
// The following assertion currently fails if this test class is compiled using JDK 8.
assertNotNull("Failed to find @Param annotation", methodParameter.getParameterAnnotation(Param.class));
methodParameter = MethodParameter.forExecutable(constructor, 2);