Merge pull request #1530 from qwazer:rename_fix

* pr/1530:
  Fix class name in javadoc
This commit is contained in:
Stephane Nicoll 2017-09-18 14:28:58 +02:00
commit cad51d1251
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}
*/