You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libs/exponential-histogram/src/main/java/org/elasticsearch/exponentialhistogram/ExponentialHistogramBuilder.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ public ExponentialHistogramBuilder max(double max) {
107
107
108
108
/**
109
109
* 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.
111
111
*
112
112
* @param index the index of the bucket
113
113
* @param count the count of the bucket, must be at least 1
0 commit comments