Skip to content

Commit

Permalink
revert to public
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrobenedetti committed Oct 19, 2020
1 parent 6507cba commit 49dcf38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class ParameterizedMetricClassManager extends SimpleMetricClassManager im
private final Map<String, String> metricClasses;

@SuppressWarnings("rawtypes")
ParameterizedMetricClassManager(Collection<String> metricNames, Map<String, Map> metricConfiguration) {
public ParameterizedMetricClassManager(Collection<String> metricNames, Map<String, Map> metricConfiguration) {
super(metricNames);
this.metricClasses = extractParameterizedClassNames(metricConfiguration);
this.metricConfiguration = convertMetricConfiguration(metricConfiguration);
Expand Down

0 comments on commit 49dcf38

Please sign in to comment.