Skip to content

Commit

Permalink
Fix bug dubbo-2.7-conflict-patch plugin class path error (apache#4003)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-zhou authored and kezhenxu94 committed Dec 4, 2019
1 parent 821c50d commit 6963acd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 6963acd

Please sign in to comment.