Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
javanna committed Sep 6, 2024
1 parent cd5831e commit 5f0b7f0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ private static FacetsResult doSearch(
/**
* Holds results of a search run via static utility methods exposed by this class. Those include
* {@link TopDocs} as well as facets result included in the returned {@link FacetsCollector}
* @param topDocs the top docs
*
* @param topDocs the top docs
* @param facetsCollector the facets result included in a {@link FacetsCollector} instance
*/
public record FacetsResult(TopDocs topDocs, FacetsCollector facetsCollector) {}
Expand Down

0 comments on commit 5f0b7f0

Please sign in to comment.