Skip to content

Commit a409fee

Browse files
committed
* Fix NestedSpringIntegrationTestAnnotationTests for proper @Nullable import
1 parent 4a83e7b commit a409fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-integration-test/src/test/java/org/springframework/integration/test/context/NestedSpringIntegrationTestAnnotationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616

1717
package org.springframework.integration.test.context;
1818

19+
import org.jspecify.annotations.Nullable;
1920
import org.junit.jupiter.api.Nested;
2021
import org.junit.jupiter.api.Test;
2122

2223
import org.springframework.beans.factory.annotation.Autowired;
2324
import org.springframework.integration.endpoint.AbstractEndpoint;
24-
import org.springframework.lang.Nullable;
2525
import org.springframework.test.context.ContextConfiguration;
2626
import org.springframework.test.context.NestedTestConfiguration;
2727

0 commit comments

Comments
 (0)