Skip to content

Commit

Permalink
Spotless fix (opensearch-project#11733)
Browse files Browse the repository at this point in the history
  • Loading branch information
brusic committed Apr 4, 2024
1 parent 1702b2a commit 7ce967a
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 7ce967a

Please sign in to comment.