lhotari commented on code in PR #22023:
URL: https://github.com/apache/pulsar/pull/22023#discussion_r1477757858


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/stats/DimensionStats.java:
##########
@@ -19,6 +19,7 @@
 package org.apache.pulsar.broker.stats;
 
 import static io.prometheus.client.CollectorRegistry.defaultRegistry;
+import static 
org.apache.curator.shaded.com.google.common.base.Preconditions.checkArgument;

Review Comment:
   This looks like the wrong import



##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/stats/prometheus/metrics/LongAdderCounter.java:
##########
@@ -18,6 +18,7 @@
  */
 package org.apache.pulsar.broker.stats.prometheus.metrics;
 
+import static 
org.apache.curator.shaded.com.google.common.base.Preconditions.checkArgument;

Review Comment:
   wrong import



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to