Skip to content

Commit

Permalink
Add missing javadoc in response builder
Browse files Browse the repository at this point in the history
  • Loading branch information
jianghaolu committed Apr 17, 2018
1 parent 853bf06 commit c3f1026
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ interface Factory {
*
* @param <T> the type of the return object
* @param <E> the type of the exception
* @param serializerAdapter the serializer adapter to deserialize the response
* @return a response builder instance
*/
<T, E extends RestException> ResponseBuilder<T, E> newInstance(final SerializerAdapter<?> serializerAdapter);
Expand Down

0 comments on commit c3f1026

Please sign in to comment.