未验证 提交 e87326dd 编写于 作者: J Jason Simmons 提交者: GitHub

Suppress an unchecked cast warning in ShimPluginRegistry (#9145)

上级 f6061fb7
......@@ -68,6 +68,7 @@ public class ShimPluginRegistry implements PluginRegistry {
}
@Override
@SuppressWarnings("unchecked")
public <T> T valuePublishedByPlugin(String pluginKey) {
return (T) pluginMap.get(pluginKey);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册