diff --git a/src/main/java/com/cedarsoftware/util/Converter.java b/src/main/java/com/cedarsoftware/util/Converter.java index cc06ac6b..8292c352 100644 --- a/src/main/java/com/cedarsoftware/util/Converter.java +++ b/src/main/java/com/cedarsoftware/util/Converter.java @@ -87,7 +87,7 @@ public static boolean isConversionSupportedFor(Class source, Class target) } /** - * @return Map> which contains all supported conversions. The key of the Map is a source class, + * @return {@code Map>} which contains all supported conversions. The key of the Map is a source class, * and the Set contains all the target types (classes) that the source can be converted to. */ public static Map, Set>> allSupportedConversions() {