提交 a6c45f0c 编写于 作者: S Sam Brannen

Polishing

上级 240d6f52
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册