Merge remote branch 'aj/sitemap' into buttonbox
[fw/altos] / ao-tools / altosui / AltosSiteMapCache.java
index e9dbf8e6ec8a8245b5b6901271d88e180431906a..2e62cc454f71fcfa27ef782bd926395e64a5dddf 100644 (file)
@@ -33,6 +33,7 @@ import java.net.URLConnection;
 public class AltosSiteMapCache extends JLabel {
        public static boolean fetchMap(File file, String url) {
                URL u;
+
                try {
                        u = new URL(url);
                } catch (java.net.MalformedURLException e) {
@@ -100,4 +101,3 @@ public class AltosSiteMapCache extends JLabel {
                }
        }
 }
-