We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c36082 commit 0ded192Copy full SHA for 0ded192
algoliasearch/src/main/java/com/algolia/model/abtesting/ListABTestsResponse.java
@@ -30,7 +30,7 @@ public ListABTestsResponse addAbtests(ABTest abtestsItem) {
30
return this;
31
}
32
33
- /** A/B tests. */
+ /** The list of A/B tests, null if no A/B tests are configured for this application. */
34
@javax.annotation.Nullable
35
public List<ABTest> getAbtests() {
36
return abtests;
0 commit comments