Index: /trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java	(revision 16604)
+++ /trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java	(revision 16605)
@@ -629,4 +629,10 @@
     }
 
+    @Override
+    public void setBounds(ImageryBounds b) {
+        // for binary compatibility
+        this.bounds = b;
+    }
+
     /**
      * Sets the extended URL of this entry.
Index: /trunk/src/org/openstreetmap/josm/data/sources/SourceInfo.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/data/sources/SourceInfo.java	(revision 16604)
+++ /trunk/src/org/openstreetmap/josm/data/sources/SourceInfo.java	(revision 16605)
@@ -250,5 +250,5 @@
 
     /**
-     * Sets the source polygonial bounds.
+     * Sets the source polygonal bounds.
      * @param b The source bounds (non-rectangular)
      */
@@ -258,5 +258,5 @@
 
     /**
-     * Returns the source polygonial bounds.
+     * Returns the source polygonal bounds.
      * @return The source bounds (non-rectangular)
      */
