Skip to content

Commit d861def

Browse files
committed
Fix javadoc
1 parent ce6796e commit d861def

File tree

1 file changed

+1
-1
lines changed
  • libs/exponential-histogram/src/main/java/org/elasticsearch/exponentialhistogram

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public final class ZeroBucket {
5050
private long index;
5151

5252
/**
53-
* Might be computed lazily from {@link #realThreshold}, uses {@link Long#MAX_VALUE} as placeholder in this case.
53+
* Might be computed lazily from {@link #realThreshold}, uses {@link Double#NaN} as placeholder in this case.
5454
*/
5555
private double realThreshold;
5656

0 commit comments

Comments
 (0)