Skip to content

Commit

Permalink
re-trigger tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgd67 committed Oct 24, 2023
1 parent 5d0e456 commit 1d8c874
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public void setMetricsExporterType(MetricsExporterType metricsExporterType) {
this.metricsExporterType = metricsExporterType;
}

// support read from config file using org.apache.rocketmq.common.MixAll.properties2Object
// support read from config file using MixAll.properties2Object
public void setMetricsExporterType(String metricsExporterType) {
this.metricsExporterType = MetricsExporterType.valueOf(metricsExporterType);
}
Expand Down

0 comments on commit 1d8c874

Please sign in to comment.