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

@ -175,8 +175,8 @@ public interface RSocketRequester {
* <p>This is a shortcut for registering client handlers (i.e. annotated controllers)
* to a {@link RSocketMessageHandler} and configuring it as an acceptor.
* You can take full control by manually registering an acceptor on the
* {@link RSocketFactory.ClientRSocketFactory} using {@link #rsocketFactory(Consumer)}
* instead.
* {@link io.rsocket.RSocketFactory.ClientRSocketFactory} using
* {@link #rsocketFactory(Consumer)} instead.
* @param handlers the client handlers to configure on the requester
*/
RSocketRequester.Builder annotatedHandlers(Object... handlers);

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) {