From b3aad549c9abfb04ea54346b4ce5690acf098025 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sat, 10 Nov 2018 16:56:39 +0100 Subject: [PATCH] Fix @since tag --- .../nested/NestedTestsWithSqlScriptsAndJUnitJupiterTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/nested/NestedTestsWithSqlScriptsAndJUnitJupiterTests.java b/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/nested/NestedTestsWithSqlScriptsAndJUnitJupiterTests.java index c1fb4ef1d6..02e5d057f0 100644 --- a/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/nested/NestedTestsWithSqlScriptsAndJUnitJupiterTests.java +++ b/spring-test/src/test/java/org/springframework/test/context/junit/jupiter/nested/NestedTestsWithSqlScriptsAndJUnitJupiterTests.java @@ -40,7 +40,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals; * {@link Transactional @Transactional} in a JUnit Jupiter environment. * * @author Sam Brannen - * @since 5.1.2 + * @since 5.1.3 */ @SpringJUnitConfig(PopulatedSchemaDatabaseConfig.class) @Transactional