This commit is contained in:
Yi EungJun 2017-09-07 18:37:31 +09:00 committed by Brian Clozel
parent 1a883b863d
commit cf106ec99e
1 changed files with 2 additions and 2 deletions

View File

@ -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 * @param msg the message
*/ */
public RestClientException(String msg) { 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. * exception.
* @param msg the message * @param msg the message
* @param ex the exception * @param ex the exception