Polishing

This commit is contained in:
Juergen Hoeller
2026-01-20 19:24:03 +01:00
parent 65565de1a8
commit 1c56ec3f7e
3 changed files with 6 additions and 6 deletions
@@ -43,7 +43,7 @@ public interface JsonConverterDelegate {
* serialization and deserialization to and from JSON. This is useful for
* mapping generic maps and lists to higher level Objects.
* @param value the value to map
* @param targetType the target tyep
* @param targetType the target type
* @return the decoded object
* @param <T> the target type
*/