Skip to content

Commit

Permalink
Fix deserialization
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest committed Jun 22, 2023
1 parent b3fbdd8 commit 414bdd2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ public static class Response extends ActionResponse implements ToXContentObject
private final SynonymRule synonymRule;

public Response(StreamInput in) throws IOException {
super(in);
this.synonymRule = new SynonymRule(in);
}

Expand Down

0 comments on commit 414bdd2

Please sign in to comment.