Merge pull request #24266 from PascalSchumacher

* pr/24266:
  Add missing space in AopConfigException message

Closes gh-24266
This commit is contained in:
Stephane Nicoll 2019-12-26 09:55:41 +01:00
commit 3cf806a668
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}