We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 240d6f5 commit a6c45f0Copy full SHA for a6c45f0
spring-core/src/test/java/org/springframework/core/MethodParameterTests.java
@@ -110,7 +110,6 @@ public void annotatedConstructorParameterInStaticNestedClass() throws Exception
110
MethodParameter methodParameter = MethodParameter.forExecutable(constructor, 0);
111
assertEquals(String.class, methodParameter.getParameterType());
112
assertNotNull("Failed to find @Param annotation", methodParameter.getParameterAnnotation(Param.class));
113
- assertNotNull(methodParameter.getParameterAnnotation(Param.class));
114
}
115
116
@Test // SPR-16652
0 commit comments