Fix inconsistent nullability of query
clement-leprovost opened this issue · 1 comments
clement-leprovost commented
In Index.searchAsync(), the query
argument is declared as @NonNull
in the code, but advertised as nullable in the comment.
- Fix this inconsistency.
- Review all other similar parameters, as other inconsistencies may exist.