Skip to content

Commit 5e3f79b

Browse files
authored
Merge pull request doocs#84 from jason-liu475/patch-4
Update AOP源码实现及分析.md
2 parents 3f33baa + cfadbbc commit 5e3f79b

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)