Skip to content

Commit 6b45475

Browse files
committed
Adapt to repackaging of the AOT RuntimeHintsPredicate.
Closes #1287.
1 parent 4bf8c8a commit 6b45475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
import org.springframework.aot.generate.GenerationContext;
2525
import org.springframework.aot.hint.JdkProxyHint;
26-
import org.springframework.aot.hint.RuntimeHintsPredicates;
26+
import org.springframework.aot.hint.predicate.RuntimeHintsPredicates;
2727

2828
/**
2929
* AssertJ {@link AbstractAssert Assertion} for code contributions originating from Spring Data Repository

0 commit comments

Comments
 (0)