mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Fix checkstyle violation
This commit is contained in:
parent
5717ac3cc6
commit
bf5cfabe04
@ -26,7 +26,8 @@ import org.elasticsearch.search.aggregations.ParsedAggregation;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
public abstract class ParsedSingleValueNumericMetricsAggregation extends ParsedAggregation implements NumericMetricsAggregation.SingleValue {
|
||||
public abstract class ParsedSingleValueNumericMetricsAggregation extends ParsedAggregation
|
||||
implements NumericMetricsAggregation.SingleValue {
|
||||
|
||||
protected double value;
|
||||
protected String valueAsString;
|
||||
|
Loading…
x
Reference in New Issue
Block a user