Fix bug dubbo-2.7-conflict-patch plugin class path error (#4003)
This commit is contained in:
parent
821c50d0e4
commit
6963acd613
|
|
@ -43,7 +43,7 @@ public class WrapperInstrumentation extends ClassStaticMethodsEnhancePluginDefin
|
|||
}
|
||||
|
||||
@Override public String getMethodsInterceptor() {
|
||||
return "org.apache.skywalking.apm.plugin.dubbo.patch.MakeWrapperInterceptor";
|
||||
return "org.apache.skywalking.apm.plugin.asf.dubbo.patch.MakeWrapperInterceptor";
|
||||
}
|
||||
|
||||
@Override public boolean isOverrideArgs() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue