Fix javadoc error

See gh-32205
This commit is contained in:
rstoyanchev
2024-02-14 16:48:58 +00:00
parent 504b7619bd
commit 78f0688ed0

View File

@@ -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.
* <p>The default implementation returns {@link null} which allows other
* <p>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.