Skip to content

Commit 2c36b97

Browse files
nicktindallywangd
andauthored
Update server/src/main/java/org/elasticsearch/common/metrics/ExponentialBucketHistogram.java
Co-authored-by: Yang Wang <[email protected]>
1 parent 8fa7dc6 commit 2c36b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/common/metrics/ExponentialBucketHistogram.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* <p>
1818
* The bucket boundaries are defined by increasing powers of two, e.g.
1919
* <code>
20-
* (-&infin;, 1), [1, 2), [2, 4), [4, 8), ..., [2^({@link #BUCKET_COUNT}-2), -&infin;)
20+
* (-&infin;, 1), [1, 2), [2, 4), [4, 8), ..., [2^({@link #BUCKET_COUNT}-2), &infin;)
2121
* </code>
2222
* There are {@link #BUCKET_COUNT} buckets.
2323
*/

0 commit comments

Comments
 (0)