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.
2 parents 9c17eb5 + e7d4896 commit 3cf806aCopy full SHA for 3cf806a
spring-aop/src/main/java/org/springframework/aop/framework/ProxyFactoryBean.java
@@ -600,7 +600,7 @@ private Advisor namedBeanToAdvisor(Object next) {
600
// We expected this to be an Advisor or Advice,
601
// but it wasn't. This is a configuration error.
602
throw new AopConfigException("Unknown advisor type " + next.getClass() +
603
- "; Can only include Advisor or Advice type beans in interceptorNames chain except for last entry," +
+ "; Can only include Advisor or Advice type beans in interceptorNames chain except for last entry, " +
604
"which may also be target or TargetSource", ex);
605
}
606
0 commit comments