Index: trunk/src/org/openstreetmap/josm/gui/layer/AbstractTileSourceLayer.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/layer/AbstractTileSourceLayer.java	(revision 11874)
+++ trunk/src/org/openstreetmap/josm/gui/layer/AbstractTileSourceLayer.java	(revision 11875)
@@ -233,6 +233,5 @@
      * may support even more projections (by reprojecting the tiles), but with a
      * certain loss in image quality and performance.
-     * @return projections this imagery layer supports natively; null if
-     * layer is projection agnostic.
+     * @return projections this imagery layer supports natively; null if layer is projection agnostic.
      */
     public abstract Collection<String> getNativeProjections();
@@ -695,5 +694,4 @@
         // this needs to be here and not in constructor to allow empty TileSource class construction using SessionWriter
         initializeIfRequired();
-
         super.hookUpMapView();
     }
