提交 5c1fdb06 编写于 作者: A ascrutae

fix enhance class match failed

上级 93b0186d
......@@ -34,7 +34,7 @@ public class PluginFinder {
continue;
}
if (match instanceof IndirectMatch) {
if (match instanceof NameMatch) {
NameMatch nameMatch = (NameMatch)match;
nameMatchDefine.put(nameMatch.getClassName(), plugin);
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册