Closes gh-16684
This commit is contained in:
Toshiaki Maki 2019-04-30 12:32:20 +09:00 committed by Stephane Nicoll
parent 35b9ef9257
commit e203f6a5f5
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import org.springframework.boot.web.embedded.netty.NettyServerCustomizer;
import org.springframework.messaging.rsocket.MessageHandlerAcceptor;
/**
* {@libnk NettyServerCustomizer} that configures an RSocket Websocket endpoint.
* {@link NettyServerCustomizer} that configures an RSocket Websocket endpoint.
*
* @author Brian Clozel
*/