Skip to content

Commit 1524f00

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 b72aec5 commit 1524f00

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
@@ -107,7 +107,7 @@ public ExponentialHistogramBuilder max(double max) {
107107

108108
/**
109109
* Sets the given bucket of the positive buckets.
110-
* Buckets may be set in arbitrary order. If the bucket already exists, it will be overridden.
110+
* Buckets may be set in arbitrary order. If the bucket already exists, it will be replaced.
111111
*
112112
* @param index the index of the bucket
113113
* @param count the count of the bucket, must be at least 1

0 commit comments

Comments
 (0)