Index: trunk/src/org/openstreetmap/josm/data/imagery/OffsetBookmark.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/imagery/OffsetBookmark.java	(revision 12117)
+++ trunk/src/org/openstreetmap/josm/data/imagery/OffsetBookmark.java	(revision 12118)
@@ -95,6 +95,6 @@
      * Get displacement in EastNorth coordinates of the original projection.
      *
+     * @return the displacement
      * @see #getProjectionCode()
-     * @return the displacement
      */
     public EastNorth getDisplacement() {
@@ -128,5 +128,5 @@
      *
      * Basically this is the place where it was created and is valid.
-     * The center may be unrecorded (see {@link #hasCenter()), in which
+     * The center may be unrecorded (see {@link #hasCenter()}, in which
      * case a dummy center (0,0) will be returned.
      * @return the center
Index: trunk/src/org/openstreetmap/josm/gui/MapView.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/MapView.java	(revision 12117)
+++ trunk/src/org/openstreetmap/josm/gui/MapView.java	(revision 12118)
@@ -45,5 +45,4 @@
 import org.openstreetmap.josm.data.imagery.ImageryInfo;
 import org.openstreetmap.josm.data.osm.DataSelectionListener;
-import org.openstreetmap.josm.data.osm.DataSet;
 import org.openstreetmap.josm.data.osm.event.SelectionEventManager;
 import org.openstreetmap.josm.data.osm.visitor.paint.PaintColors;
