Fix failing test

This commit is contained in:
Rossen Stoyanchev
2016-01-21 17:05:05 -05:00
parent 1416c2a00e
commit 6a9455b7d0

View File

@@ -149,7 +149,7 @@ public class ContentRequestMatchers {
public RequestMatcher formData(final MultiValueMap<String, String> 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 {