Skip to content

Commit a6c45f0

Browse files
committed
Polishing
1 parent 240d6f5 commit a6c45f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-core/src/test/java/org/springframework/core/MethodParameterTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ public void annotatedConstructorParameterInStaticNestedClass() throws Exception
110110
MethodParameter methodParameter = MethodParameter.forExecutable(constructor, 0);
111111
assertEquals(String.class, methodParameter.getParameterType());
112112
assertNotNull("Failed to find @Param annotation", methodParameter.getParameterAnnotation(Param.class));
113-
assertNotNull(methodParameter.getParameterAnnotation(Param.class));
114113
}
115114

116115
@Test // SPR-16652

0 commit comments

Comments
 (0)