Skip to content

Commit c8c3136

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 87a5182 commit c8c3136

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2161,7 +2161,7 @@ public TypeDescriptor toTypeDescriptor() {
21612161
*
21622162
* @since 3.4.3
21632163
*/
2164-
interface ConversionContext {
2164+
protected interface ConversionContext {
21652165

21662166
/**
21672167
* Converts a source object into {@link TypeInformation target}.

0 commit comments

Comments
 (0)