Skip to content

Commit 3c959d3

Browse files
committed
Fix grammar in Javadoc
1 parent cfae40a commit 3c959d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-aop/src/main/java/org/springframework/aop/target/AbstractPoolingTargetSource.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2018 the original author or authors.
2+
* Copyright 2002-2021 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -116,7 +116,7 @@ public final void setBeanFactory(BeanFactory beanFactory) throws BeansException
116116

117117

118118
/**
119-
* Return an IntroductionAdvisor that providing a mixin
119+
* Return an IntroductionAdvisor that provides a mixin
120120
* exposing statistics about the pool maintained by this object.
121121
*/
122122
public DefaultIntroductionAdvisor getPoolingConfigMixin() {

0 commit comments

Comments
 (0)