Merge pull request #16684 from making

* pr/16684:
  Fix typo
This commit is contained in:
Stephane Nicoll
2019-04-30 08:40:47 +02:00

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
*/