Merge pull request #738 from johnktims/patch-3

* patch-3:
  fix javadoc typo
This commit is contained in:
Stephane Nicoll
2015-02-12 08:43:09 +01:00

View File

@@ -414,7 +414,7 @@ public class ProxyFactoryBean extends ProxyCreatorSupport
}
/**
* Create the advisor (interceptor) chain. Aadvisors that are sourced
* Create the advisor (interceptor) chain. Advisors that are sourced
* from a BeanFactory will be refreshed each time a new prototype instance
* is added. Interceptors added programmatically through the factory API
* are unaffected by such changes.