We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce6796e commit d861defCopy full SHA for d861def
libs/exponential-histogram/src/main/java/org/elasticsearch/exponentialhistogram/ZeroBucket.java
@@ -50,7 +50,7 @@ public final class ZeroBucket {
50
private long index;
51
52
/**
53
- * Might be computed lazily from {@link #realThreshold}, uses {@link Long#MAX_VALUE} as placeholder in this case.
+ * Might be computed lazily from {@link #realThreshold}, uses {@link Double#NaN} as placeholder in this case.
54
*/
55
private double realThreshold;
56
0 commit comments