mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix typos in AbstractClientHttpRequest
Closes gh-24623
This commit is contained in:
+2
-2
@@ -137,13 +137,13 @@ public abstract class AbstractClientHttpRequest implements ClientHttpRequest {
|
||||
|
||||
|
||||
/**
|
||||
* Apply header changes from {@link #getHeaders()} to the underlying response.
|
||||
* Apply header changes from {@link #getHeaders()} to the underlying request.
|
||||
* This method is called once only.
|
||||
*/
|
||||
protected abstract void applyHeaders();
|
||||
|
||||
/**
|
||||
* Add cookies from {@link #getHeaders()} to the underlying response.
|
||||
* Add cookies from {@link #getHeaders()} to the underlying request.
|
||||
* This method is called once only.
|
||||
*/
|
||||
protected abstract void applyCookies();
|
||||
|
||||
Reference in New Issue
Block a user