You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ReactiveTypeHandler.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -111,8 +111,8 @@ public boolean isReactiveType(Class<?> type) {
111
111
/**
112
112
* Process the given reactive return value and decide whether to adapt it
113
113
* to a {@link ResponseBodyEmitter} or a {@link DeferredResult}.
114
-
* @return an emitter for streaming or {@code null} if handled internally
115
-
* with a {@link DeferredResult}.
114
+
* @return an emitter for streaming, or {@code null} if handled internally
Copy file name to clipboardExpand all lines: spring-websocket/src/main/java/org/springframework/web/socket/config/MessageBrokerBeanDefinitionParser.java
+19-20Lines changed: 19 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@
78
78
* <p>Registers a Spring MVC {@link org.springframework.web.servlet.HandlerMapping}
79
79
* with order 1 to map HTTP WebSocket handshake requests from STOMP/WebSocket clients.
80
80
*
81
-
* <p>Registers the following {@link org.springframework.messaging.MessageChannel org.springframework.messaging.MessageChannels}:
81
+
* <p>Registers the following {@link org.springframework.messaging.MessageChannel MessageChannels}:
82
82
* <ul>
83
83
* <li>"clientInboundChannel" for receiving messages from clients (e.g. WebSocket clients)
84
84
* <li>"clientOutboundChannel" for sending messages to clients (e.g. WebSocket clients)
@@ -124,7 +124,6 @@ class MessageBrokerBeanDefinitionParser implements BeanDefinitionParser {
0 commit comments