Browse Source

Fix typo

Closes gh-16684
pull/16688/head
Toshiaki Maki 7 years ago committed by Stephane Nicoll
parent
commit
e203f6a5f5
  1. 2
      spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/rsocket/RSocketNettyServerCustomizer.java

2
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/rsocket/RSocketNettyServerCustomizer.java

@ -25,7 +25,7 @@ import org.springframework.boot.web.embedded.netty.NettyServerCustomizer; @@ -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
*/

Loading…
Cancel
Save