Add missing space in AopConfigException message

See gh-24266
This commit is contained in:
Pascal Schumacher 2019-12-25 16:20:37 +01:00 committed by Stephane Nicoll
parent 9c17eb59a4
commit e7d489667c
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);
}
}