Skip to content

Commit

Permalink
fix(specs): consequence is required when saving rules (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4146

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Clément Vannicatte <[email protected]>
  • Loading branch information
algolia-bot and shortcuts committed Nov 26, 2024
1 parent 23e68f5 commit 618a03c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public Rule setConsequence(Consequence consequence) {
}

/** Get consequence */
@javax.annotation.Nullable
@javax.annotation.Nonnull
public Consequence getConsequence() {
return consequence;
}
Expand Down

0 comments on commit 618a03c

Please sign in to comment.