From a61ab5d296757e8845d714bdfb9026911b29de14 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Thu, 4 Jun 2020 18:51:51 +0200 Subject: [PATCH] Fix @since tags See gh-25186 --- .../config/AopNamespaceHandlerAdviceOrderIntegrationTests.java | 2 +- .../autoproxy/AspectJAutoProxyAdviceOrderIntegrationTests.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/src/test/java/org/springframework/aop/config/AopNamespaceHandlerAdviceOrderIntegrationTests.java b/integration-tests/src/test/java/org/springframework/aop/config/AopNamespaceHandlerAdviceOrderIntegrationTests.java index dd19236ee4a..d4a659f824f 100644 --- a/integration-tests/src/test/java/org/springframework/aop/config/AopNamespaceHandlerAdviceOrderIntegrationTests.java +++ b/integration-tests/src/test/java/org/springframework/aop/config/AopNamespaceHandlerAdviceOrderIntegrationTests.java @@ -34,7 +34,7 @@ import static org.assertj.core.api.Assertions.assertThatExceptionOfType; * AOP namespace. * * @author Sam Brannen - * @since 5.0.18 + * @since 5.2.7 * @see org.springframework.aop.framework.autoproxy.AspectJAutoProxyAdviceOrderIntegrationTests */ class AopNamespaceHandlerAdviceOrderIntegrationTests { diff --git a/integration-tests/src/test/java/org/springframework/aop/framework/autoproxy/AspectJAutoProxyAdviceOrderIntegrationTests.java b/integration-tests/src/test/java/org/springframework/aop/framework/autoproxy/AspectJAutoProxyAdviceOrderIntegrationTests.java index 67563c19505..f088cc10246 100644 --- a/integration-tests/src/test/java/org/springframework/aop/framework/autoproxy/AspectJAutoProxyAdviceOrderIntegrationTests.java +++ b/integration-tests/src/test/java/org/springframework/aop/framework/autoproxy/AspectJAutoProxyAdviceOrderIntegrationTests.java @@ -42,7 +42,7 @@ import static org.assertj.core.api.Assertions.assertThatExceptionOfType; * AspectJ auto-proxy support. * * @author Sam Brannen - * @since 5.0.18 + * @since 5.2.7 * @see org.springframework.aop.config.AopNamespaceHandlerAdviceOrderIntegrationTests */ class AspectJAutoProxyAdviceOrderIntegrationTests {