Skip to main content

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

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();








Back to the top