Index: trunk/src/org/openstreetmap/josm/actions/DownloadAlongAction.java
===================================================================
--- trunk/src/org/openstreetmap/josm/actions/DownloadAlongAction.java	(revision 15348)
+++ trunk/src/org/openstreetmap/josm/actions/DownloadAlongAction.java	(revision 15349)
@@ -96,6 +96,6 @@
                     LatLon min = new LatLon(bounds.getY()+p, bounds.getX()+p);
                     LatLon max = new LatLon(bounds.getY()+bounds.getHeight()-p, bounds.getX()+bounds.getWidth()-p);
-                    if(existing.stream().anyMatch(current -> (current.contains(min) && current.contains(max)))) {
-                        return; /* skip this one, already downloaded */
+                    if (existing.stream().anyMatch(current -> (current.contains(min) && current.contains(max)))) {
+                        return; // skip this one, already downloaded
                     }
                 }
