diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/rsocket/RSocketNettyServerCustomizer.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/rsocket/RSocketNettyServerCustomizer.java index c6af4ef8b2e..a6db8c6f523 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/rsocket/RSocketNettyServerCustomizer.java +++ b/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; 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 */