Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d70a9ed

Browse files
committedMar 24, 2023
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.