Fix broken Javadoc links

This commit is contained in:
Sam Brannen
2019-07-07 19:50:34 +02:00
parent 8bfc920ac5
commit 0fbc9bf461
2 changed files with 3 additions and 3 deletions

View File

@@ -189,7 +189,7 @@ public class FormHttpMessageConverter implements HttpMessageConverter<MultiValue
/**
* Set the list of {@link MediaType} objects supported by this converter.
* @see #addSupportedMediaType(MediaType)
* @see #addSupportedMediaTypes(MediaType...)
* @see #getSupportedMediaTypes()
*/
public void setSupportedMediaTypes(List<MediaType> supportedMediaTypes) {