Skip to content

Commit 78f0688

Browse files
committed
Fix javadoc error
See gh-32205
1 parent 504b761 commit 78f0688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-websocket/src/main/java/org/springframework/web/socket/config/annotation/WebSocketMessageBrokerConfigurer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ default void configureMessageBroker(MessageBrokerRegistry registry) {
115115
/**
116116
* Return the {@link SmartLifecycle#getPhase() phase} that WebSocket message
117117
* handling beans of type {@link SmartLifecycle} should run in.
118-
* <p>The default implementation returns {@link null} which allows other
118+
* <p>The default implementation returns {@code null} which allows other
119119
* configurers to decide. As soon as any configurer returns a value, that
120120
* value is used. If no configurer returns a value, then by default
121121
* {@link SmartLifecycle#DEFAULT_PHASE} is used.

0 commit comments

Comments
 (0)