Skip to content

Commit 39bd530

Browse files
committed
Consistently use @nullable annotation from JSpecify
1 parent dce3f71 commit 39bd530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-context/src/test/java/org/springframework/context/annotation/ConfigurationClassEnhancerTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
import java.security.ProtectionDomain;
2424
import java.security.SecureClassLoader;
2525

26+
import org.jspecify.annotations.Nullable;
2627
import org.junit.jupiter.api.Test;
2728

2829
import org.springframework.core.OverridingClassLoader;
2930
import org.springframework.core.SmartClassLoader;
30-
import org.springframework.lang.Nullable;
3131
import org.springframework.util.StreamUtils;
3232

3333
import static org.assertj.core.api.Assertions.assertThat;

0 commit comments

Comments
 (0)