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

fix enhance class match failed
This commit is contained in:
吴晟 Wu Sheng 2017-07-16 09:46:42 -05:00 committed by GitHub
commit efad368d1d
1 changed files with 1 additions and 1 deletions

View File

@ -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 {