Skip to content

Commit

Permalink
fix(specs): add a linter to assert that type is present (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4393

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Pierre Millot <[email protected]>
  • Loading branch information
algolia-bot and millotp committed Jan 27, 2025
1 parent 1c36082 commit 0ded192
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public ListABTestsResponse addAbtests(ABTest abtestsItem) {
return this;
}

/** A/B tests. */
/** The list of A/B tests, null if no A/B tests are configured for this application. */
@javax.annotation.Nullable
public List<ABTest> getAbtests() {
return abtests;
Expand Down

0 comments on commit 0ded192

Please sign in to comment.