Add missing space in AopConfigException message
See gh-24266
This commit is contained in:
parent
9c17eb59a4
commit
e7d489667c
|
@ -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