Aggregations: Stops direct subclassing of InternalNumericMetricsAggregation
Must subclass either InternalNumericMetricsAggregation.SingleValue or InternalNumericMetricsAggregation.MultiValue
This commit is contained in:
parent
dd0b42838d
commit
162200f6ed
|
@ -50,9 +50,9 @@ public abstract class InternalNumericMetricsAggregation extends InternalMetricsA
|
|||
|
||||
}
|
||||
|
||||
protected InternalNumericMetricsAggregation() {} // for serialization
|
||||
private InternalNumericMetricsAggregation() {} // for serialization
|
||||
|
||||
protected InternalNumericMetricsAggregation(String name) {
|
||||
private InternalNumericMetricsAggregation(String name) {
|
||||
super(name);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue