File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
spring-aop/src/main/java/org/springframework/aop/aspectj Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -243,8 +243,8 @@ private PointcutParser initializePointcutParser(@Nullable ClassLoader classLoade
243
243
244
244
/**
245
245
* If a pointcut expression has been specified in XML, the user cannot
246
- * write {@code and} as "&&" (though && will work).
247
- * We also allow {@code and} between two pointcut sub-expressions.
246
+ * write " and" as "&&" (though {@code &&} will work).
247
+ * <p> We also allow " and" between two pointcut sub-expressions.
248
248
* <p>This method converts back to {@code &&} for the AspectJ pointcut parser.
249
249
*/
250
250
private String replaceBooleanOperators (String pcExpr ) {
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2021 the original author or authors.
2
+ * Copyright 2002-2023 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
25
25
import org .springframework .util .Assert ;
26
26
27
27
/**
28
- * AspectJPointcutAdvisor that adapts an {@link AbstractAspectJAdvice}
29
- * to the {@link org.springframework.aop. PointcutAdvisor} interface.
28
+ * {@code AspectJPointcutAdvisor} adapts an {@link AbstractAspectJAdvice} to the
29
+ * {@link PointcutAdvisor} interface.
30
30
*
31
31
* @author Adrian Colyer
32
32
* @author Juergen Hoeller
You can’t perform that action at this time.
0 commit comments