Skip to content

Commit 7f5395a

Browse files
authored
Fix typos in AbstractClientHttpRequest
Closes gh-24623
1 parent 8a7bb49 commit 7f5395a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-web/src/main/java/org/springframework/http/client/reactive/AbstractClientHttpRequest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,13 +137,13 @@ protected Mono<Void> doCommit(@Nullable Supplier<? extends Publisher<Void>> writ
137137

138138

139139
/**
140-
* Apply header changes from {@link #getHeaders()} to the underlying response.
140+
* Apply header changes from {@link #getHeaders()} to the underlying request.
141141
* This method is called once only.
142142
*/
143143
protected abstract void applyHeaders();
144144

145145
/**
146-
* Add cookies from {@link #getHeaders()} to the underlying response.
146+
* Add cookies from {@link #getHeaders()} to the underlying request.
147147
* This method is called once only.
148148
*/
149149
protected abstract void applyCookies();

0 commit comments

Comments
 (0)