Skip to content

Commit ccaa562

Browse files
committed
Polishing.
Improved wording to match the project style.
1 parent 64f609a commit ccaa562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion/MappingRelationalConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ private Object getPotentiallyConvertedSimpleWrite(Object value) {
659659
*
660660
* @param value to be converted. Must not be {@literal null}.
661661
* @param type {@link TypeInformation} into which the value is to be converted. Must not be {@literal null}.
662-
* @return the converted value if a conversion applies or the original value. Must not be {@literal null}.
662+
* @return the converted value if a conversion applies or the original value. Guaranteed not to be {@literal null}.
663663
*/
664664
@SuppressWarnings({ "rawtypes", "unchecked" })
665665
protected Object getPotentiallyConvertedSimpleRead(Object value, TypeInformation<?> type) {

0 commit comments

Comments
 (0)