Fix class name in javadoc

Closes gh-1530
This commit is contained in:
areshetnikov 2017-09-18 14:55:04 +03:00 committed by Stephane Nicoll
parent b275a06d16
commit 0f0b8dc745
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ public class ResourceAccessException extends RestClientException {
/**
* Construct a new {@code HttpIOException} with the given message.
* Construct a new {@code ResourceAccessException} with the given message.
* @param msg the message
*/
public ResourceAccessException(String msg) {
@ -38,7 +38,7 @@ public class ResourceAccessException extends RestClientException {
}
/**
* Construct a new {@code HttpIOException} with the given message and {@link IOException}.
* Construct a new {@code ResourceAccessException} with the given message and {@link IOException}.
* @param msg the message
* @param ex the {@code IOException}
*/