Skip to content

Commit

Permalink
Fixed javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jdereg committed Apr 6, 2024
1 parent cdda319 commit e47f315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/cedarsoftware/util/Converter.java
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public static boolean isConversionSupportedFor(Class<?> source, Class<?> target)
}

/**
* @return Map<Class, Set < Class>> which contains all supported conversions. The key of the Map is a source class,
* @return {@code Map<Class, Set<Class>>} 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<Class<?>, Set<Class<?>>> allSupportedConversions() {
Expand Down

0 comments on commit e47f315

Please sign in to comment.