提交 efad368d 编写于 作者: wu-sheng's avatar wu-sheng 提交者: GitHub

Merge pull request #291 from ascrutae/zhangxin/fix/matcher-failed

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