users@jersey.java.net

Re: [Jersey] 1.0-SNAPSHOT problem

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Mon, 06 Oct 2008 10:52:48 +0200

On Oct 3, 2008, at 11:09 PM, Ryan Heaton wrote:

> Hi.
>
> I've got a problem with the 1.0 snapshot. I need to extend
> com
> .sun
> .jersey
> .spi.spring.container.servlet.SpringServlet.SpringComponentProvider,
> but it's visibility has changed from "public" to private.
>

I have a tendency to make things final/private so that they do not
have to be publicly documented :-)


> Ouch! Why? Can I get it changed back to public, or even extracted
> from an inner class to a public upper-level class?
>

OK, I will change it to a public, preferably a top-level outer, class.

Paul.

> Thanks!
>
> -Ryan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jersey.dev.java.net
> For additional commands, e-mail: users-help_at_jersey.dev.java.net
>