commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: FYI: Patch: URLConnection


From: Jeroen Frijters
Subject: RE: FYI: Patch: URLConnection
Date: Fri, 9 Apr 2004 17:32:05 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]