fixed typo in javadoc
This commit is contained in:
parent
6c9542d967
commit
ff54cba807
|
@ -82,7 +82,7 @@ public interface Client {
|
||||||
*
|
*
|
||||||
* @param action The action type to execute.
|
* @param action The action type to execute.
|
||||||
* @param request The action request.
|
* @param request The action request.
|
||||||
* @param <Request> Teh request type.
|
* @param <Request> The request type.
|
||||||
* @param <Response> the response type.
|
* @param <Response> the response type.
|
||||||
* @param <RequestBuilder> The request builder type.
|
* @param <RequestBuilder> The request builder type.
|
||||||
* @return A future allowing to get back the response.
|
* @return A future allowing to get back the response.
|
||||||
|
@ -93,7 +93,7 @@ public interface Client {
|
||||||
* Executes a generic action, denoted by an {@link Action}.
|
* Executes a generic action, denoted by an {@link Action}.
|
||||||
*
|
*
|
||||||
* @param action The action type to execute.
|
* @param action The action type to execute.
|
||||||
* @param request Teh action request.
|
* @param request The action request.
|
||||||
* @param listener The listener to receive the response back.
|
* @param listener The listener to receive the response back.
|
||||||
* @param <Request> The request type.
|
* @param <Request> The request type.
|
||||||
* @param <Response> The response type.
|
* @param <Response> The response type.
|
||||||
|
|
Loading…
Reference in New Issue