diff --git a/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/RequestScopedControllerAdviceIntegrationTests.java b/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/RequestScopedControllerAdviceIntegrationTests.java index 8cb79c50d26c4ceb407bf269af15b63820684954..8669d4b64fc8faf205218bccc0449d1bc2788d4d 100644 --- a/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/RequestScopedControllerAdviceIntegrationTests.java +++ b/spring-webmvc/src/test/java/org/springframework/web/servlet/mvc/method/annotation/RequestScopedControllerAdviceIntegrationTests.java @@ -38,7 +38,7 @@ import static org.assertj.core.api.Assertions.assertThatCode; * Integration tests for request-scoped {@link ControllerAdvice @ControllerAdvice} beans. * * @author Sam Brannen - * @since 5.2.2 + * @since 5.1.12 */ class RequestScopedControllerAdviceIntegrationTests {