Consistently use @Nullable annotation from JSpecify

This commit is contained in:
Juergen Hoeller 2025-02-11 22:16:13 +01:00
parent dce3f71b7d
commit 39bd530461
1 changed files with 1 additions and 1 deletions

View File

@ -23,11 +23,11 @@ import java.net.URLClassLoader;
import java.security.ProtectionDomain;
import java.security.SecureClassLoader;
import org.jspecify.annotations.Nullable;
import org.junit.jupiter.api.Test;
import org.springframework.core.OverridingClassLoader;
import org.springframework.core.SmartClassLoader;
import org.springframework.lang.Nullable;
import org.springframework.util.StreamUtils;
import static org.assertj.core.api.Assertions.assertThat;