This commit is contained in:
Johnny Lim
2022-08-31 23:59:51 +09:00
parent 2ecc37fbef
commit 706c1ec8dd
5 changed files with 7 additions and 7 deletions

View File

@@ -54,7 +54,7 @@ public class WebClientRequestException extends WebClientException {
/**
* Not all {@code HttpHeaders} implementations are serializable, so we
* make a copy to ensure that {@code WebClientResponseException} is.
* make a copy to ensure that {@code WebClientRequestException} is.
*/
private static HttpHeaders copy(HttpHeaders headers) {
HttpHeaders result = new HttpHeaders();