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-webflux/src/main/java/org/springframework/web/reactive/result/condition/ProducesRequestCondition.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ public final class ProducesRequestCondition extends AbstractRequestCondition<Pro
Copy file name to clipboardExpand all lines: spring-webflux/src/main/java/org/springframework/web/reactive/socket/adapter/AbstractListenerWebSocketSession.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ public Mono<Void> send(Publisher<WebSocketMessage> messages) {
137
137
* Suspend receiving until received message(s) are processed and more demand
138
138
* is generated by the downstream Subscriber.
139
139
* <p><strong>Note:</strong> if the underlying WebSocket API does not provide
140
-
* flow control for receiving messages, and this method should be a no-op
140
+
* flow control for receiving messages, this method should be a no-op
141
141
* and {@link #canSuspendReceiving()} should return {@code false}.
142
142
*/
143
143
protectedabstractvoidsuspendReceiving();
@@ -146,7 +146,7 @@ public Mono<Void> send(Publisher<WebSocketMessage> messages) {
146
146
* Resume receiving new message(s) after demand is generated by the
147
147
* downstream Subscriber.
148
148
* <p><strong>Note:</strong> if the underlying WebSocket API does not provide
149
-
* flow control for receiving messages, and this method should be a no-op
149
+
* flow control for receiving messages, this method should be a no-op
150
150
* and {@link #canSuspendReceiving()} should return {@code false}.
Copy file name to clipboardExpand all lines: spring-webflux/src/test/java/org/springframework/web/reactive/function/client/WebClientIntegrationTests.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@
53
53
importstaticorg.junit.Assert.assertTrue;
54
54
55
55
/**
56
-
* Integration tests using a {@link ExchangeFunction} through {@link WebClient}.
56
+
* Integration tests using an {@link ExchangeFunction} through {@link WebClient}.
0 commit comments