Skip to content

Commit 6bf4488

Browse files
JonasKunzkkrik-es
andauthored
Update libs/exponential-histogram/src/main/java/org/elasticsearch/exponentialhistogram/ExponentialHistogramBuilder.java
Co-authored-by: Kostas Krikellas <[email protected]>
1 parent 1524f00 commit 6bf4488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/exponential-histogram/src/main/java/org/elasticsearch/exponentialhistogram/ExponentialHistogramBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public ExponentialHistogramBuilder setPositiveBucket(long index, long count) {
123123

124124
/**
125125
* Sets the given bucket of the negative buckets.
126-
* Buckets may be set in arbitrary order. If the bucket already exists, it will be overridden.
126+
* Buckets may be set in arbitrary order. If the bucket already exists, it will be replaced.
127127
*
128128
* @param index the index of the bucket
129129
* @param count the count of the bucket, must be at least 1

0 commit comments

Comments
 (0)