diff --git a/docs/Spring/AOP/AOP源码实现及分析.md b/docs/Spring/AOP/AOP源码实现及分析.md index e06c063..76500e5 100644 --- a/docs/Spring/AOP/AOP源码实现及分析.md +++ b/docs/Spring/AOP/AOP源码实现及分析.md @@ -265,10 +265,6 @@ public class ProxyCreatorSupport extends AdvisedSupport { public AopProxyFactory getAopProxyFactory() { return this.aopProxyFactory; } - - public AopProxyFactory getAopProxyFactory() { - return this.aopProxyFactory; - } } ```