Skip to content

Commit a572580

Browse files
committed
Remove references to ClassTypeInformation from TypeInformation.
Closes #4195
1 parent d715414 commit a572580

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/convert/MappingMongoConverter.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989
import org.springframework.data.projection.EntityProjection;
9090
import org.springframework.data.projection.ProjectionFactory;
9191
import org.springframework.data.projection.SpelAwareProxyProjectionFactory;
92-
import org.springframework.data.util.ClassTypeInformation;
9392
import org.springframework.data.util.Predicates;
9493
import org.springframework.data.util.TypeInformation;
9594
import org.springframework.lang.Nullable;
@@ -2068,7 +2067,7 @@ public Class<S> getType() {
20682067
}
20692068

20702069
@Override
2071-
public ClassTypeInformation<?> getRawTypeInformation() {
2070+
public TypeInformation<?> getRawTypeInformation() {
20722071
return delegate.getRawTypeInformation();
20732072
}
20742073

0 commit comments

Comments
 (0)