Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-sammons committed Nov 8, 2024
1 parent 2c4aa5b commit 9299b5e
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,11 @@ public Aggregator buildAggregatorFromFactory(
searchContext, null, CardinalityUpperBound.ONE);
return aggregators[0];
} catch (Exception e) {
LOG.error("Aggregator parse exception {} for AggregatorFactoriesBuilder {} and Query {}", e, aggregatorFactoriesBuilder, query);
LOG.error(
"Aggregator parse exception {} for AggregatorFactoriesBuilder {} and Query {}",
e,
aggregatorFactoriesBuilder,
query);
throw new IllegalArgumentException(e);
}
}
Expand Down

0 comments on commit 9299b5e

Please sign in to comment.