Fix javadoc typo

Original commit: elastic/x-pack-elasticsearch@ef901af9cc
This commit is contained in:
David Kyle 2017-07-28 16:24:24 +01:00
parent e7248c579c
commit 694cfd6f0e

View File

@ -105,7 +105,7 @@ public final class ExtractorUtils {
} }
/** /**
* Get the interval from {@code histogramAggregation} or throw an {@coce IllegalStateException} * Get the interval from {@code histogramAggregation} or throw an {@code IllegalStateException}
* if {@code histogramAggregation} is not a {@link HistogramAggregationBuilder} or a * if {@code histogramAggregation} is not a {@link HistogramAggregationBuilder} or a
* {@link DateHistogramAggregationBuilder} * {@link DateHistogramAggregationBuilder}
* *