Skip to content

Commit

Permalink
HSEARCH-3629 Fix incorrect method reference in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere authored and fax4ever committed Jan 14, 2020
1 parent f857d7c commit 97f7aa3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -92,7 +92,7 @@ public interface SearchQueryHitTypeStep<
*
* @param projections A list of previously-created {@link SearchProjection} objects.
* @return The next step.
* @see SearchProjectionFactory#composite(BiFunction, SearchProjection, SearchProjection)
* @see SearchProjectionFactory#composite(SearchProjection[])
* @see SearchQueryPredicateStep
*/
SearchQueryPredicateStep<?, List<?>, ?> asProjections(SearchProjection<?>... projections);
Expand Down

0 comments on commit 97f7aa3

Please sign in to comment.