Skip to content

Commit ef8864e

Browse files
committed
fix warning
1 parent e6167bd commit ef8864e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/metrics/src/jmh/java/io/opentelemetry/sdk/metrics/internal/aggregator/HistogramValueGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ private static class PoolSupplier implements DoubleSupplier {
4949
private final double[] pool;
5050
private final AtomicInteger idx = new AtomicInteger(0);
5151

52-
public PoolSupplier(double[] pool) {
52+
private PoolSupplier(double[] pool) {
5353
this.pool = pool;
5454
}
5555

0 commit comments

Comments
 (0)