algolia/algoliasearch-client-android

Fix inconsistent nullability of query

clement-leprovost opened this issue · 1 comments

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.

Fixed in #132.