Skip to content

Commit

Permalink
修复提交错误
Browse files Browse the repository at this point in the history
  • Loading branch information
ascrutae committed Aug 12, 2016
1 parent f50566d commit 598275b
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ protected String getStaticMethodsInterceptor() {

@Override
protected String enhanceClassName() {
return "test.com.ai.test.TestObject";
// if (!Config.Plugin.CustomLocalMethodInterceptorPlugin.IS_ENABLE){
// return null;
// }
// return Config.Plugin.CustomLocalMethodInterceptorPlugin.PACKAGE_PREFIX;
if (!Config.Plugin.CustomLocalMethodInterceptorPlugin.IS_ENABLE){
return null;
}
return Config.Plugin.CustomLocalMethodInterceptorPlugin.PACKAGE_PREFIX;
}
}

0 comments on commit 598275b

Please sign in to comment.