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-messaging/src/main/java/org/springframework/messaging/handler/invocation/reactive/ChannelSendOperator.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ private enum State {
107
107
* The write subscriber has subscribed, and cached signals have been
108
108
* emitted to it; we're ready to switch to a simple pass-through mode
Copy file name to clipboardExpand all lines: spring-web/src/main/java/org/springframework/web/context/request/RequestAttributesThreadLocalAccessor.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -70,10 +70,10 @@ public void setValue() {
70
70
71
71
/**
72
72
* ServletRequestAttributes that takes another instance, and makes a copy of the
73
-
* request attributes at present to provides extended read access during async
73
+
* request attributes at present to provide extended read access during async
74
74
* handling when the DispatcherServlet has exited from the initial REQUEST dispatch
75
75
* and marked the request {@link ServletRequestAttributes#requestCompleted()}.
76
-
* <p>Note that beyond access to request attributes, here is no attempt to support
76
+
* <p>Note that beyond access to request attributes, there is no attempt to support
77
77
* setting or removing request attributes, nor to access session attributes after
0 commit comments