From cf106ec99ecd1ba30e761a1182ff58570b93fd9c Mon Sep 17 00:00:00 2001 From: Yi EungJun Date: Thu, 7 Sep 2017 18:37:31 +0900 Subject: [PATCH] Fix typo --- .../org/springframework/web/client/RestClientException.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-web/src/main/java/org/springframework/web/client/RestClientException.java b/spring-web/src/main/java/org/springframework/web/client/RestClientException.java index a741e663a5..b2f6b0871e 100644 --- a/spring-web/src/main/java/org/springframework/web/client/RestClientException.java +++ b/spring-web/src/main/java/org/springframework/web/client/RestClientException.java @@ -31,7 +31,7 @@ public class RestClientException extends NestedRuntimeException { /** - * Construct a new instance of {@code HttpClientException} with the given message. + * Construct a new instance of {@code RestClientException} with the given message. * @param msg the message */ public RestClientException(String msg) { @@ -39,7 +39,7 @@ public class RestClientException extends NestedRuntimeException { } /** - * Construct a new instance of {@code HttpClientException} with the given message and + * Construct a new instance of {@code RestClientException} with the given message and * exception. * @param msg the message * @param ex the exception