From cfadbbc3e9be38f38c023b7b63e3a273a0c407f0 Mon Sep 17 00:00:00 2001 From: Jason_liu Date: Mon, 21 Dec 2020 22:45:14 +0800 Subject: [PATCH] =?UTF-8?q?Update=20AOP=E6=BA=90=E7=A0=81=E5=AE=9E?= =?UTF-8?q?=E7=8E=B0=E5=8F=8A=E5=88=86=E6=9E=90.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 删除重复的代码 --- docs/Spring/AOP/AOP源码实现及分析.md | 4 ---- 1 file changed, 4 deletions(-) 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; - } } ```