Merge pull request #24266 from PascalSchumacher
* pr/24266: Add missing space in AopConfigException message Closes gh-24266
This commit is contained in:
commit
3cf806a668
|
@ -600,7 +600,7 @@ public class ProxyFactoryBean extends ProxyCreatorSupport
|
|||
// We expected this to be an Advisor or Advice,
|
||||
// but it wasn't. This is a configuration error.
|
||||
throw new AopConfigException("Unknown advisor type " + next.getClass() +
|
||||
"; 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, " +
|
||||
"which may also be target or TargetSource", ex);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue