We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de1ffd commit c51d32cCopy full SHA for c51d32c
spring-data-jpa/src/test/java/org/springframework/data/jpa/aot/JpaRuntimeHintsRegistrarUnitTests.java
@@ -16,7 +16,7 @@
16
package org.springframework.data.jpa.aot;
17
18
import static org.assertj.core.api.AssertionsForClassTypes.*;
19
-import static org.springframework.aot.hint.RuntimeHintsPredicates.*;
+import static org.springframework.aot.hint.predicate.RuntimeHintsPredicates.reflection;
20
21
import org.junit.jupiter.api.Test;
22
import org.springframework.aot.hint.RuntimeHints;
0 commit comments