Skip to content

Commit cfadbbc

Browse files
authored
Update AOP源码实现及分析.md
删除重复的代码
1 parent 3f33baa commit cfadbbc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/Spring/AOP/AOP源码实现及分析.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,10 +265,6 @@ public class ProxyCreatorSupport extends AdvisedSupport {
265265
public AopProxyFactory getAopProxyFactory() {
266266
return this.aopProxyFactory;
267267
}
268-
269-
public AopProxyFactory getAopProxyFactory() {
270-
return this.aopProxyFactory;
271-
}
272268
}
273269
```
274270

0 commit comments

Comments
 (0)