diff --git a/spring-test/src/main/java/org/springframework/test/web/client/match/ContentRequestMatchers.java b/spring-test/src/main/java/org/springframework/test/web/client/match/ContentRequestMatchers.java index c88a796aa4..9dbea127ad 100644 --- a/spring-test/src/main/java/org/springframework/test/web/client/match/ContentRequestMatchers.java +++ b/spring-test/src/main/java/org/springframework/test/web/client/match/ContentRequestMatchers.java @@ -149,7 +149,7 @@ public class ContentRequestMatchers { public RequestMatcher formData(final MultiValueMap expectedContent) { return new RequestMatcher() { @Override - public void match(ClientHttpRequest request) throws IOException, AssertionError { + public void match(final ClientHttpRequest request) throws IOException, AssertionError { HttpInputMessage inputMessage = new HttpInputMessage() { @Override public InputStream getBody() throws IOException {