On 25/01/12 23:42, Bill Burke wrote:
> For methods like
>
> SyncInvoker
>
> <T> T get(Class<T> responseType) throws InvocationException;
>
>
> There is no javadoc specifying what happens if the response code is
> other than 200. An InvocationException should thrown for anything other
> than 200, but what about 204? I was thinking a null value should be
> returned in that case.
+1
Sergey
>
> Bill
>
>