From ebeadc74c5d445616292480c214bbb16f56be71e Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sat, 30 Jul 2022 11:14:06 +0300 Subject: [PATCH] Add missing [@]since tag See gh-17282 --- .../org/springframework/test/context/TestContextManager.java | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-test/src/main/java/org/springframework/test/context/TestContextManager.java b/spring-test/src/main/java/org/springframework/test/context/TestContextManager.java index 8eb384abdb..ebd546dc54 100644 --- a/spring-test/src/main/java/org/springframework/test/context/TestContextManager.java +++ b/spring-test/src/main/java/org/springframework/test/context/TestContextManager.java @@ -129,6 +129,7 @@ public class TestContextManager { *

Delegates to the supplied {@code TestContextBootstrapper} for building * the {@code TestContext} and retrieving the {@code TestExecutionListeners}. * @param testContextBootstrapper the bootstrapper to use + * @since 4.2 * @see TestContextBootstrapper#buildTestContext * @see TestContextBootstrapper#getTestExecutionListeners * @see #registerTestExecutionListeners