Polishing

This commit is contained in:
Juergen Hoeller
2014-07-01 12:52:09 +02:00
parent 9c46cb6f49
commit e90143e03b
4 changed files with 8 additions and 15 deletions

View File

@@ -109,7 +109,7 @@ final class SimpleStreamingAsyncClientHttpRequest extends AbstractAsyncClientHtt
@Override
protected ListenableFuture<ClientHttpResponse> executeInternal(final HttpHeaders headers) throws IOException {
return taskExecutor.submitListenable(new Callable<ClientHttpResponse>() {
return this.taskExecutor.submitListenable(new Callable<ClientHttpResponse>() {
@Override
public ClientHttpResponse call() throws Exception {
try {