Fix javadoc
This commit is contained in:
committed by
Rossen Stoyanchev
parent
b215d4c29e
commit
e0d407dad0
@@ -34,13 +34,13 @@ import org.springframework.context.annotation.Import;
|
||||
* </pre>
|
||||
* <p>
|
||||
* Customize the imported configuration by implementing the
|
||||
* {@link WebSocketMessageBrokerConfigurer} interface or more likely the convenient
|
||||
* base class {@link AbstractWebSocketMessageBrokerConfigurer}:
|
||||
* {@link WebSocketMessageBrokerConfigurer} interface or more likely extend the
|
||||
* convenient base class {@link AbstractWebSocketMessageBrokerConfigurer}:
|
||||
*
|
||||
* <pre class="code">
|
||||
* @Configuration
|
||||
* @EnableWebSocketMessageBroker
|
||||
* public class MyConfiguration implements extends AbstractWebSocketMessageBrokerConfigurer {
|
||||
* public class MyConfiguration extends AbstractWebSocketMessageBrokerConfigurer {
|
||||
*
|
||||
* @Override
|
||||
* public void registerStompEndpoints(StompEndpointRegistry registry) {
|
||||
|
||||
Reference in New Issue
Block a user