fixed typo in javadoc: s/poitncut/pointcut/
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2326 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
1452b2ffd1
commit
aaeac93d74
|
|
@ -462,7 +462,7 @@ public class AspectJExpressionPointcut extends AbstractExpressionPointcut
|
||||||
* <p>Dynamic match tests for this matcher always return true,
|
* <p>Dynamic match tests for this matcher always return true,
|
||||||
* since the matching decision is made at the proxy creation time.
|
* since the matching decision is made at the proxy creation time.
|
||||||
* For static match tests, this matcher abstains to allow the overall
|
* For static match tests, this matcher abstains to allow the overall
|
||||||
* pointcut to match even when negation is used with the bean() poitncut.
|
* pointcut to match even when negation is used with the bean() pointcut.
|
||||||
*/
|
*/
|
||||||
private class BeanNameContextMatcher implements ContextBasedMatcher {
|
private class BeanNameContextMatcher implements ContextBasedMatcher {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue