We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce3f71 commit 39bd530Copy full SHA for 39bd530
spring-context/src/test/java/org/springframework/context/annotation/ConfigurationClassEnhancerTests.java
@@ -23,11 +23,11 @@
23
import java.security.ProtectionDomain;
24
import java.security.SecureClassLoader;
25
26
+import org.jspecify.annotations.Nullable;
27
import org.junit.jupiter.api.Test;
28
29
import org.springframework.core.OverridingClassLoader;
30
import org.springframework.core.SmartClassLoader;
-import org.springframework.lang.Nullable;
31
import org.springframework.util.StreamUtils;
32
33
import static org.assertj.core.api.Assertions.assertThat;
0 commit comments