Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] bug?

Good eye Andy.  I'll fix that up.

Jesse

On 7-Dec-06, at 6:23 AM, Andy Czerwonka wrote:

ResolveTilesDecorator.java
1.1.x braanch

In the dispose() method, it looks like we're trying to avoid an NPE, but
that won't work.

if (worker!=null);
 this.worker.cancel();






_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel



Back to the top