Polishing

This commit is contained in:
Juergen Hoeller
2017-09-27 01:46:16 +02:00
parent 9fdc4404a5
commit 5f167fd7f8
8 changed files with 31 additions and 27 deletions

View File

@@ -67,8 +67,8 @@ class InterceptingAsyncClientHttpRequest extends AbstractBufferingAsyncClientHtt
protected ListenableFuture<ClientHttpResponse> executeInternal(HttpHeaders headers, byte[] body)
throws IOException {
return new AsyncRequestExecution().executeAsync(this, body);
}
return new AsyncRequestExecution().executeAsync(this, body);
}
@Override
public HttpMethod getMethod() {