From e937d8ee8ae86811d94e7c2111bb63abc6b09e8d Mon Sep 17 00:00:00 2001 From: Sam Brannen <104798+sbrannen@users.noreply.github.com> Date: Tue, 21 Oct 2025 18:02:12 +0200 Subject: [PATCH] =?UTF-8?q?Remove=20reference=20to=20@=E2=81=A0javax.injec?= =?UTF-8?q?t.Inject=20on=20main?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../test/context/support/TestConstructorUtils.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/spring-test/src/main/java/org/springframework/test/context/support/TestConstructorUtils.java b/spring-test/src/main/java/org/springframework/test/context/support/TestConstructorUtils.java index 1328f23690f..b7cdad2ef32 100644 --- a/spring-test/src/main/java/org/springframework/test/context/support/TestConstructorUtils.java +++ b/spring-test/src/main/java/org/springframework/test/context/support/TestConstructorUtils.java @@ -173,9 +173,8 @@ public abstract class TestConstructorUtils { * conditions is {@code true}. * *