mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
fixed typo in javadoc: s/poitncut/pointcut/
This commit is contained in:
+1
-1
@@ -462,7 +462,7 @@ public class AspectJExpressionPointcut extends AbstractExpressionPointcut
|
||||
* <p>Dynamic match tests for this matcher always return true,
|
||||
* since the matching decision is made at the proxy creation time.
|
||||
* 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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user