yep, thanks for letting us know, I'll fix that right away.
Pavel
On 6/29/12 12:57 PM, Daniel wrote:
> Is there a mistake in the getting started document?
>
> It's in Chapter 3.5.4
> MultivaluedMap<String, String> params = MultivaluedMapImpl();
> , but it has to be
> MultivaluedMap<String, String> params =*new* MultivaluedMapImpl();