Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
Fix change in RestChannel
Browse files Browse the repository at this point in the history
RestChannel has changed with this PR: elastic/elasticsearch#10117

Closes #38.
(cherry picked from commit 5d8ec9b)
(cherry picked from commit 6873b43)
  • Loading branch information
dadoonet committed Mar 29, 2015
1 parent c556149 commit 7a0dba9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -53,7 +53,7 @@ public class MemcachedRestChannel extends RestChannel {
private final Channel channel;

public MemcachedRestChannel(Channel channel, org.elasticsearch.rest.RestRequest request) {
super(request);
super(request, true);
this.channel = channel;
}

Expand Down

0 comments on commit 7a0dba9

Please sign in to comment.