Skip to content

Commit f157560

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 4aa12fd commit f157560

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
@@ -2147,7 +2147,7 @@ public TypeDescriptor toTypeDescriptor() {
21472147
*
21482148
* @since 3.4.3
21492149
*/
2150-
interface ConversionContext {
2150+
protected interface ConversionContext {
21512151

21522152
/**
21532153
* Converts a source object into {@link TypeInformation target}.

0 commit comments

Comments
 (0)