Skip to content

Commit

Permalink
fix(specs): ingestion expected and received events type [skip-bc] (ge…
Browse files Browse the repository at this point in the history
…nerated)

algolia/api-clients-automation#4356

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Clément Vannicatte <[email protected]>
  • Loading branch information
algolia-bot and shortcuts committed Jan 13, 2025
1 parent f573456 commit d924762
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public RunProgress setExpectedNbOfEvents(Integer expectedNbOfEvents) {
}

/** Get expectedNbOfEvents */
@javax.annotation.Nullable
@javax.annotation.Nonnull
public Integer getExpectedNbOfEvents() {
return expectedNbOfEvents;
}
Expand All @@ -33,7 +33,7 @@ public RunProgress setReceivedNbOfEvents(Integer receivedNbOfEvents) {
}

/** Get receivedNbOfEvents */
@javax.annotation.Nullable
@javax.annotation.Nonnull
public Integer getReceivedNbOfEvents() {
return receivedNbOfEvents;
}
Expand Down

0 comments on commit d924762

Please sign in to comment.