]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/gui/map/DiskTileCacher.java
Version 13.4, May 2012
[GpsPrune.git] / tim / prune / gui / map / DiskTileCacher.java
index 84f54def64ec34b4a004c75dae4342f1db083cb0..40216f8c1fe532ea1a5f49a3ae3f49c8061019b8 100644 (file)
@@ -72,6 +72,7 @@ public class DiskTileCacher implements Runnable
         */
        public static boolean saveTile(URL inUrl, String inBasePath, String inTilePath, ImageObserver inObserver)
        {
+               // TODO: Check that these are getting blocked properly
                if (inBasePath == null || inTilePath == null) {return false;}
                // save file if possible
                File basePath = new File(inBasePath);