Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
wg1026688210 committed Nov 22, 2023
1 parent 503f26b commit 5de9022
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ public static Histogram getHistogram(MetricGroup group, String metricName) {
return (Histogram) getMetric(group, metricName);
}

public static Histogram getHistogram(MetricGroup group, String metricName) {
return (Histogram) getMetric(group, metricName);
}

@SuppressWarnings("unchecked")
private static Metric getMetric(MetricGroup group, String metricName) {
try {
Expand Down

0 comments on commit 5de9022

Please sign in to comment.