修复因为版本升级造成的编译错误。
This commit is contained in:
parent
dc197355ee
commit
fea63c4405
|
|
@ -16,6 +16,6 @@ public class SkyWalkingEnhanceMatcher<T extends NamedElement> extends AbstractJu
|
|||
|
||||
@Override
|
||||
public boolean matches(T target) {
|
||||
return pluginDefineCategory.findPluginDefine(target.getSourceCodeName()) != null ? true : false;
|
||||
return pluginDefineCategory.findPluginDefine(target.getActualName()) != null ? true : false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue