未验证 提交 4d4858b3 编写于 作者: T t8g 提交者: GitHub

fix:Avoid accessing static methods of a class through its object reference (#10450)

上级 62926da4
......@@ -102,7 +102,7 @@ public class MetricsQuery implements GraphQLQueryResolver {
* Metrics definition metadata query. Response the metrics type which determines the suitable query methods.
*/
public MetricsType typeOfMetrics(String name) throws IOException {
return getMetricsMetadataQueryService().typeOfMetrics(name);
return MetricsMetadataQueryService.typeOfMetrics(name);
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册