From 78f0688ed0754c6b825422a88ee6e6cc73c2866c Mon Sep 17 00:00:00 2001 From: rstoyanchev Date: Wed, 14 Feb 2024 16:48:58 +0000 Subject: [PATCH] Fix javadoc error See gh-32205 --- .../config/annotation/WebSocketMessageBrokerConfigurer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/WebSocketMessageBrokerConfigurer.java b/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/WebSocketMessageBrokerConfigurer.java index 5ac4cd2618..f1c047220a 100644 --- a/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/WebSocketMessageBrokerConfigurer.java +++ b/spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/WebSocketMessageBrokerConfigurer.java @@ -115,7 +115,7 @@ public interface WebSocketMessageBrokerConfigurer { /** * Return the {@link SmartLifecycle#getPhase() phase} that WebSocket message * handling beans of type {@link SmartLifecycle} should run in. - *

The default implementation returns {@link null} which allows other + *

The default implementation returns {@code null} which allows other * configurers to decide. As soon as any configurer returns a value, that * value is used. If no configurer returns a value, then by default * {@link SmartLifecycle#DEFAULT_PHASE} is used.