Fix compile errors in HttpChannelTaskHandler

Relates to #43332
This commit is contained in:
Luca Cavanna 2019-08-22 11:13:26 +02:00
parent a47ade3e64
commit b95ca9c3bb
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public final class HttpChannelTaskHandler {
CloseListener closeListener = httpChannels.computeIfAbsent(httpChannel, channel -> new CloseListener(client));
TaskHolder taskHolder = new TaskHolder();
Task task = client.executeLocally(actionType, request,
new ActionListener<>() {
new ActionListener<Response>() {
@Override
public void onResponse(Response searchResponse) {
try {