Fix broken Javadoc links
This commit is contained in:
parent
8bfc920ac5
commit
0fbc9bf461
|
@ -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);
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue