Skip to content

Commit d75f390

Browse files
committed
Merge pull request #738 from johnktims/patch-3
* patch-3: fix javadoc typo
2 parents be76da6 + 4c00a3b commit d75f390

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)