Fix broken links in JavaDoc

First step (as proof of concept) toward addressing SPR-17174.

Issue: SPR-17174
This commit is contained in:
Sam Brannen
2018-08-13 11:54:05 +02:00
parent 99f0129711
commit 1dcb6236a6
2 changed files with 9 additions and 7 deletions

View File

@@ -82,7 +82,7 @@ public interface WebMvcConfigurer {
}
/**
* Add {@link Converter}s and {@link Formatter Converter}s and {@link Formatters} in addition to the ones
* Add {@link Converter Converters} and {@link Formatter Formatters} in addition to the ones
* registered by default.
*/
default void addFormatters(FormatterRegistry registry) {