fix enhance class match failed

This commit is contained in:
ascrutae 2017-07-16 22:44:24 +08:00
parent 93b0186dd2
commit 5c1fdb066e
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 {