Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye committed Jan 19, 2024
1 parent f1eee57 commit 257b17e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@

import java.lang.ref.WeakReference;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.function.ToDoubleFunction;
import java.util.function.ToLongFunction;

Expand All @@ -53,8 +52,6 @@ public abstract class DropwizardMeterRegistry extends MeterRegistry {

private final DropwizardConfig dropwizardConfig;

private final AtomicBoolean warnLogged = new AtomicBoolean();

public DropwizardMeterRegistry(DropwizardConfig config, MetricRegistry registry, HierarchicalNameMapper nameMapper,
Clock clock) {
super(clock);
Expand Down

0 comments on commit 257b17e

Please sign in to comment.