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.