We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f33baa commit cfadbbcCopy full SHA for cfadbbc
docs/Spring/AOP/AOP源码实现及分析.md
@@ -265,10 +265,6 @@ public class ProxyCreatorSupport extends AdvisedSupport {
265
public AopProxyFactory getAopProxyFactory() {
266
return this.aopProxyFactory;
267
}
268
-
269
- public AopProxyFactory getAopProxyFactory() {
270
- return this.aopProxyFactory;
271
- }
272
273
```
274
0 commit comments