Skip to content

Commit 0ded192

Browse files
algolia-botmillotp
andcommitted
fix(specs): add a linter to assert that type is present (generated)
algolia/api-clients-automation#4393 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 1c36082 commit 0ded192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algoliasearch/src/main/java/com/algolia/model/abtesting/ListABTestsResponse.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public ListABTestsResponse addAbtests(ABTest abtestsItem) {
3030
return this;
3131
}
3232

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

0 commit comments

Comments
 (0)