Skip to content

Commit a61ab5d

Browse files
committed
Fix @SInCE tags
See gh-25186
1 parent 63e8609 commit a61ab5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integration-tests/src/test/java/org/springframework/aop/config/AopNamespaceHandlerAdviceOrderIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* AOP namespace.
3535
*
3636
* @author Sam Brannen
37-
* @since 5.0.18
37+
* @since 5.2.7
3838
* @see org.springframework.aop.framework.autoproxy.AspectJAutoProxyAdviceOrderIntegrationTests
3939
*/
4040
class AopNamespaceHandlerAdviceOrderIntegrationTests {

integration-tests/src/test/java/org/springframework/aop/framework/autoproxy/AspectJAutoProxyAdviceOrderIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* AspectJ auto-proxy support.
4343
*
4444
* @author Sam Brannen
45-
* @since 5.0.18
45+
* @since 5.2.7
4646
* @see org.springframework.aop.config.AopNamespaceHandlerAdviceOrderIntegrationTests
4747
*/
4848
class AspectJAutoProxyAdviceOrderIntegrationTests {

0 commit comments

Comments
 (0)