Browse Source

Fix @since tags

See gh-25186
pull/25758/head
Sam Brannen 6 years ago
parent
commit
a61ab5d296
  1. 2
      integration-tests/src/test/java/org/springframework/aop/config/AopNamespaceHandlerAdviceOrderIntegrationTests.java
  2. 2
      integration-tests/src/test/java/org/springframework/aop/framework/autoproxy/AspectJAutoProxyAdviceOrderIntegrationTests.java

2
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. * AOP namespace.
* *
* @author Sam Brannen * @author Sam Brannen
* @since 5.0.18 * @since 5.2.7
* @see org.springframework.aop.framework.autoproxy.AspectJAutoProxyAdviceOrderIntegrationTests * @see org.springframework.aop.framework.autoproxy.AspectJAutoProxyAdviceOrderIntegrationTests
*/ */
class AopNamespaceHandlerAdviceOrderIntegrationTests { class AopNamespaceHandlerAdviceOrderIntegrationTests {

2
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. * AspectJ auto-proxy support.
* *
* @author Sam Brannen * @author Sam Brannen
* @since 5.0.18 * @since 5.2.7
* @see org.springframework.aop.config.AopNamespaceHandlerAdviceOrderIntegrationTests * @see org.springframework.aop.config.AopNamespaceHandlerAdviceOrderIntegrationTests
*/ */
class AspectJAutoProxyAdviceOrderIntegrationTests { class AspectJAutoProxyAdviceOrderIntegrationTests {

Loading…
Cancel
Save