修复提交错误

This commit is contained in:
ascrutae 2016-08-12 15:50:23 +08:00
parent f50566dc6d
commit 598275b8fd
1 changed files with 4 additions and 5 deletions

View File

@ -29,10 +29,9 @@ public class CustomLocalMethodPluginDefine extends ClassEnhancePluginDefine {
@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;
}
}