Skip to content

Commit 4c00a3b

Browse files
johnktimssnicoll
authored andcommitted
fix javadoc typo
1 parent be76da6 commit 4c00a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-aop/src/main/java/org/springframework/aop/framework/ProxyFactoryBean.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ private boolean isNamedBeanAnAdvisorOrAdvice(String beanName) {
414414
}
415415

416416
/**
417-
* Create the advisor (interceptor) chain. Aadvisors that are sourced
417+
* Create the advisor (interceptor) chain. Advisors that are sourced
418418
* from a BeanFactory will be refreshed each time a new prototype instance
419419
* is added. Interceptors added programmatically through the factory API
420420
* are unaffected by such changes.

0 commit comments

Comments
 (0)