We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68463e2 commit d57d914Copy full SHA for d57d914
spring-test/src/main/java/org/springframework/test/web/servlet/result/JsonPathResultMatchers.java
@@ -101,7 +101,7 @@ public void match(MvcResult result) throws Exception {
101
* @see #value(Matcher)
102
* @see #value(Object)
103
*/
104
- public <T> ResultMatcher value(Matcher<T> matcher, Class<T> targetType) {
+ public <T> ResultMatcher value(final Matcher<T> matcher, final Class<T> targetType) {
105
return new ResultMatcher() {
106
@Override
107
public void match(MvcResult result) throws Exception {
0 commit comments