fix wrong comments of the AdvancedHttpClient api

This commit is contained in:
Sebastian Sdorra
2017-04-25 21:17:31 +02:00
parent 1b16613840
commit 66a0165280
2 changed files with 4 additions and 2 deletions

View File

@@ -123,7 +123,7 @@ public class AdvancedHttpRequestWithBody
}
/**
* Transforms the given object to a xml string and set this string as request
* Transforms the given object to a json string and set this string as request
* content.
*
* @param object object to transform

View File

@@ -253,7 +253,9 @@ public abstract class AdvancedHttpResponse
}
/**
* Transforms the response content from xml to the given type.
* Transforms the response content to the given type. The method will use
* the {@link ContentTransformer} which is responsible for the the given
* content type.
*
* @param <T> object type
* @param type object type