Skip to content

Commit

Permalink
Spotless fix (#11733)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Brusic <ivan@brusic.com>
  • Loading branch information
brusic committed Apr 4, 2024
1 parent 2ca6eed commit 441ed4f
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,7 @@ public AdjacencyMatrixAggregationBuilder(String name, String separator, Map<Stri
* @param showOnlyIntersecting
* show only the buckets that intersection multiple documents
*/
public AdjacencyMatrixAggregationBuilder(
String name,
Map<String, QueryBuilder> filters,
boolean showOnlyIntersecting
) {
public AdjacencyMatrixAggregationBuilder(String name, Map<String, QueryBuilder> filters, boolean showOnlyIntersecting) {
this(name, DEFAULT_SEPARATOR, filters, showOnlyIntersecting);
}

Expand Down

0 comments on commit 441ed4f

Please sign in to comment.