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 cfae40a commit 3c959d3Copy full SHA for 3c959d3
spring-aop/src/main/java/org/springframework/aop/target/AbstractPoolingTargetSource.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2018 the original author or authors.
+ * Copyright 2002-2021 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -116,7 +116,7 @@ public final void setBeanFactory(BeanFactory beanFactory) throws BeansException
116
117
118
/**
119
- * Return an IntroductionAdvisor that providing a mixin
+ * Return an IntroductionAdvisor that provides a mixin
120
* exposing statistics about the pool maintained by this object.
121
*/
122
public DefaultIntroductionAdvisor getPoolingConfigMixin() {
0 commit comments