Skip to content

Commit d70a9ed

Browse files
Update visibility of ConversionContext.
The ConversionContext should not be package private due to its usage in protected method signatures. Closes: #4345
1 parent 27de368 commit d70a9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2145,7 +2145,7 @@ public TypeDescriptor toTypeDescriptor() {
21452145
*
21462146
* @since 3.4.3
21472147
*/
2148-
interface ConversionContext {
2148+
protected interface ConversionContext {
21492149

21502150
/**
21512151
* Converts a source object into {@link TypeInformation target}.

0 commit comments

Comments
 (0)