Merge branch '5.2.x'

This commit is contained in:
Sam Brannen
2020-06-04 18:52:28 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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 {

View File

@@ -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 {