Michael Koch wrote:
> Am Freitag, 9. April 2004 16:47 schrieb Jeroen Frijters:
> 
> > @@ -872,7 +872,7 @@
> >     */
> >    public static synchronized void
> > setContentHandlerFactory(ContentHandlerFactory factory)
> >    {
> > -    if (factory != null)
> > +    if (URLConnection.factory != null)
> >        throw new Error("ContentHandlerFactory already set");
> 
> Thx, but how did you find this ? By reading source or using some tool?

I was trying to start Eclipse 3.0M8 and it barfed on this. Of course,
after I fixed that it barfed on something else ;-)

Regards,
Jeroen


_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to