fixed jdocs and removed already fixed norelease
This commit is contained in:
parent
06576ed13b
commit
acd64c6ee1
|
@ -195,9 +195,8 @@ public abstract class InternalAggregation implements Aggregation, ToXContent, Na
|
||||||
return Objects.hash(name, metaData, pipelineAggregators, doHashCode());
|
return Objects.hash(name, metaData, pipelineAggregators, doHashCode());
|
||||||
}
|
}
|
||||||
|
|
||||||
// norelease: make this abstract when all InternalAggregations implement this method
|
|
||||||
/**
|
/**
|
||||||
* Opportunity for subclasses to the {@link #hashCode(Object)} for this
|
* Opportunity for subclasses to the {@link #hashCode()} for this
|
||||||
* class.
|
* class.
|
||||||
**/
|
**/
|
||||||
protected int doHashCode() {
|
protected int doHashCode() {
|
||||||
|
|
Loading…
Reference in New Issue