Skip to content

Commit

Permalink
Adapt missing version after backport (bis)
Browse files Browse the repository at this point in the history
Relates #51708
  • Loading branch information
jimczi committed Feb 6, 2020
1 parent 8e937a0 commit 0494bfa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ protected final void innerWriteTo(StreamOutput out, boolean asKey) throws IOExce
out.writeStringArray(indexRoutings);
out.writeOptionalString(preference);
}
if (out.getVersion().onOrAfter(Version.V_8_0_0)) {
if (out.getVersion().onOrAfter(Version.V_7_7_0)) {
out.writeBoolean(canReturnNullResponseIfMatchNoDocs);
}
}
Expand Down

0 comments on commit 0494bfa

Please sign in to comment.