On 6/29/07, Bill de hOra <bill_at_dehora.net> wrote:
>
> Dhanji R. Prasanna wrote:
> >
> > @HttpMethod(HEAD)
> > Response get() {
> > return headInternal().entity(en).build();
> > }
>
> Dhanji, did you mean:
>
> @HttpMethod(GET)
> Response get() {
> return headInternal().entity(en).build();
> }
Woops, yes! Thanks for spotting it. The horrors of copy/paste!!
Dhanji =)