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 e6167bd commit ef8864eCopy full SHA for ef8864e
sdk/metrics/src/jmh/java/io/opentelemetry/sdk/metrics/internal/aggregator/HistogramValueGenerator.java
@@ -49,7 +49,7 @@ private static class PoolSupplier implements DoubleSupplier {
49
private final double[] pool;
50
private final AtomicInteger idx = new AtomicInteger(0);
51
52
- public PoolSupplier(double[] pool) {
+ private PoolSupplier(double[] pool) {
53
this.pool = pool;
54
}
55
0 commit comments