dev@jaxb.java.net

Re: About com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor's constructor

From: Kohsuke Kawaguchi <Kohsuke.Kawaguchi_at_Sun.COM>
Date: Fri, 26 Aug 2005 10:45:40 -0700

Indeed. Thanks for the suggestion. Committed.

Changshin Lee wrote:
> Hi,
>
> I think
>
> public MethodAccessor_Ref() {
> super(Byte.class);
> }
>
> should be
>
> public MethodAccessor_Ref() {
> super(Ref.class);
> }
>
> This can be checked if the class is parameterized.
>
> Cheers,
>
> Ias
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_jaxb.dev.java.net
> For additional commands, e-mail: dev-help_at_jaxb.dev.java.net
>
>


-- 
Kohsuke Kawaguchi
Sun Microsystems                   kohsuke.kawaguchi_at_sun.com