Skip to content

Commit

Permalink
fix(specs): make optional for tasks [skip-bc] (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4095

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
algolia-bot and shortcuts committed Nov 12, 2024
1 parent 625492e commit dd23a0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public Task setAction(ActionType action) {
}

/** Get action */
@javax.annotation.Nonnull
@javax.annotation.Nullable
public ActionType getAction() {
return action;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public TaskV1 setAction(ActionType action) {
}

/** Get action */
@javax.annotation.Nonnull
@javax.annotation.Nullable
public ActionType getAction() {
return action;
}
Expand Down

0 comments on commit dd23a0d

Please sign in to comment.