Skip to content

Commit e4b74bd

Browse files
committed
Polishing.
Undo one wierd import replacement. Original pull request #3315
1 parent c6500ab commit e4b74bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/data/util/TypeContributor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
import org.springframework.aot.generate.GenerationContext;
2424
import org.springframework.aot.hint.BindingReflectionHintsRegistrar;
25-
import org.springframework.aot.hint.MemberCategory;
25+
import org.springframework.aot.hint.annotation.ReflectiveRuntimeHintsRegistrar;
2626
import org.springframework.core.annotation.MergedAnnotation;
2727

2828
/**

0 commit comments

Comments
 (0)