Skip to content

Commit 155872c

Browse files
committed
polishing
1 parent 31fe898 commit 155872c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

+1-3
Original file line numberDiff line numberDiff line change
@@ -741,9 +741,7 @@ public Object writeValue(@Nullable Object value, TypeInformation<?> type) {
741741
return writeValue(id, type);
742742
}
743743

744-
return
745-
746-
getConversionService().convert(value, type.getType());
744+
return getConversionService().convert(value, type.getType());
747745
}
748746

749747
private Object writeArray(Object value, TypeInformation<?> type) {

0 commit comments

Comments
 (0)