Skip to content

Commit 029291a

Browse files
committed
Adapt to repackaging of the AOT RuntimeHintsPredicate.
Closes #4111.
1 parent 989a259 commit 029291a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-data-mongodb/src/test/java/org/springframework/data/mongodb/aot/CodeContributionAssert.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import org.springframework.aot.generate.GenerationContext;
2525
import org.springframework.aot.hint.ClassProxyHint;
2626
import org.springframework.aot.hint.JdkProxyHint;
27-
import org.springframework.aot.hint.RuntimeHintsPredicates;
27+
import org.springframework.aot.hint.predicate.RuntimeHintsPredicates;
2828

2929
/**
3030
* @author Christoph Strobl

0 commit comments

Comments
 (0)