Skip to content

Commit b3d14e1

Browse files
committed
Fix typo
1 parent 899d78c commit b3d14e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/action/search/SearchQueryThenFetchAsyncAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ void onShardDone() {
852852
channelListener.onFailure(e);
853853
return;
854854
}
855-
ActionListener.respondAndRelease(channelListener, nodeQueryResponse));
855+
ActionListener.respondAndRelease(channelListener, nodeQueryResponse);
856856
}
857857

858858
private NodeQueryResponse getSuccessfulResponse() throws IOException {

0 commit comments

Comments
 (0)