提交 fbddf35f 编写于 作者: Z zentol

[FLINK-8081][metrics] Annotate 'MetricRegistry#getReporters' with '@VisibleForTesting'

This closes #5049.
上级 da38a219
......@@ -214,6 +214,7 @@ public class MetricRegistryImpl implements MetricRegistry {
return reporters.size();
}
@VisibleForTesting
public List<MetricReporter> getReporters() {
return reporters;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册