File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/test/java/org/springframework/data/aot Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2525import org .springframework .aot .generate .GenerationContext ;
2626import org .springframework .aot .hint .ClassProxyHint ;
2727import org .springframework .aot .hint .JdkProxyHint ;
28- import org .springframework .aot .hint .RuntimeHintsPredicates ;
28+ import org .springframework .aot .hint .predicate . RuntimeHintsPredicates ;
2929
3030/**
3131 * AssertJ {@link AbstractAssert Assertion} for code contributions originating from Spring Data Repository
Original file line number Diff line number Diff line change 2727import org .springframework .aot .generate .GeneratedClasses ;
2828import org .springframework .aot .generate .InMemoryGeneratedFiles ;
2929import org .springframework .aot .hint .RuntimeHints ;
30- import org .springframework .aot .hint .RuntimeHintsPredicates ;
30+ import org .springframework .aot .hint .predicate . RuntimeHintsPredicates ;
3131import org .springframework .beans .factory .aot .BeanRegistrationAotContribution ;
3232import org .springframework .beans .factory .support .BeanDefinitionBuilder ;
3333import org .springframework .beans .factory .support .DefaultListableBeanFactory ;
You can’t perform that action at this time.
0 commit comments