Skip to content

Commit cf106ec

Browse files
Yi EungJunbclozel
authored andcommitted
Fix typo
1 parent 1a883b8 commit cf106ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-web/src/main/java/org/springframework/web/client/RestClientException.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ public class RestClientException extends NestedRuntimeException {
3131

3232

3333
/**
34-
* Construct a new instance of {@code HttpClientException} with the given message.
34+
* Construct a new instance of {@code RestClientException} with the given message.
3535
* @param msg the message
3636
*/
3737
public RestClientException(String msg) {
3838
super(msg);
3939
}
4040

4141
/**
42-
* Construct a new instance of {@code HttpClientException} with the given message and
42+
* Construct a new instance of {@code RestClientException} with the given message and
4343
* exception.
4444
* @param msg the message
4545
* @param ex the exception

0 commit comments

Comments
 (0)