Skip to content

Commit 7782f8f

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 9a3f801 commit 7782f8f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

x-pack/plugin/esql/compute/gen/src/main/java/org/elasticsearch/compute/gen/AggregatorProcessor.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,7 @@ public boolean process(Set<? extends TypeElement> set, RoundEnvironment roundEnv
8787
);
8888
if (aggClass.getAnnotation(Aggregator.class) != null) {
8989
IntermediateState[] intermediateState = aggClass.getAnnotation(Aggregator.class).value();
90-
implementer = new AggregatorImplementer(
91-
env.getElementUtils(),
92-
aggClass,
93-
intermediateState,
94-
warnExceptionsTypes
95-
);
90+
implementer = new AggregatorImplementer(env.getElementUtils(), aggClass, intermediateState, warnExceptionsTypes);
9691
write(aggClass, "aggregator", implementer.sourceFile(), env);
9792
}
9893
GroupingAggregatorImplementer groupingAggregatorImplementer = null;

0 commit comments

Comments
 (0)