Skip to content

Commit 687bc76

Browse files
committed
Avoid unnecessary import for SpringExtension's Javadoc
1 parent 16851b5 commit 687bc76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spring-test/src/main/java/org/springframework/test/context/junit/jupiter/SpringExtension.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
import org.springframework.core.annotation.MergedAnnotations.SearchStrategy;
5353
import org.springframework.core.annotation.RepeatableContainers;
5454
import org.springframework.test.context.MethodInvoker;
55-
import org.springframework.test.context.TestConstructor;
5655
import org.springframework.test.context.TestContextAnnotationUtils;
5756
import org.springframework.test.context.TestContextManager;
5857
import org.springframework.test.context.event.ApplicationEvents;
@@ -291,7 +290,8 @@ public void afterEach(ExtensionContext context) throws Exception {
291290
* <li>{@link ParameterResolutionDelegate#isAutowirable} returns {@code true}.</li>
292291
* </ol>
293292
* <p><strong>WARNING</strong>: If a test class {@code Constructor} is annotated
294-
* with {@code @Autowired} or automatically autowirable (see {@link TestConstructor}),
293+
* with {@code @Autowired} or automatically autowirable (see
294+
* {@link org.springframework.test.context.TestConstructor @TestConstructor}),
295295
* Spring will assume the responsibility for resolving all parameters in the
296296
* constructor. Consequently, no other registered {@link ParameterResolver}
297297
* will be able to resolve parameters.

0 commit comments

Comments
 (0)