Merge branch 'master' into fix/mysql-plugin-issue

This commit is contained in:
吴晟 Wu Sheng 2017-12-13 09:35:59 +08:00 committed by GitHub
commit 2cfc35d35a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ public abstract class ClassEnhancePluginDefine extends AbstractClassEnhancePlugi
.withBinders(
Morph.Binder.install(OverrideCallable.class)
)
.to(new StaticMethodsInter(interceptor))
.to(new StaticMethodsInterWithOverrideArgs(interceptor))
);
} else {
newClassBuilder = newClassBuilder.method(isStatic().and(staticMethodsInterceptPoint.getMethodsMatcher()))