Skip to content

Commit

Permalink
Merge pull request #24266 from PascalSchumacher
Browse files Browse the repository at this point in the history
* pr/24266:
  Add missing space in AopConfigException message

Closes gh-24266
  • Loading branch information
snicoll committed Dec 26, 2019
2 parents 9c17eb5 + e7d4896 commit 3cf806a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -600,7 +600,7 @@ private Advisor namedBeanToAdvisor(Object next) {
// 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);
}
}
Expand Down

0 comments on commit 3cf806a

Please sign in to comment.