Fix bug dubbo-2.7-conflict-patch plugin class path error (#4003)

This commit is contained in:
louis 2019-12-04 20:36:07 +08:00 committed by kezhenxu94
parent 821c50d0e4
commit 6963acd613
1 changed files with 1 additions and 1 deletions

View File

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