Index: /trunk/src/org/openstreetmap/josm/data/osm/BBox.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/data/osm/BBox.java	(revision 15485)
+++ /trunk/src/org/openstreetmap/josm/data/osm/BBox.java	(revision 15486)
@@ -341,7 +341,7 @@
      * @param maxDifference The maximum difference (in degrees) between the bboxes. May be null.
      * @return true if they are functionally equivalent
-     * @since 15483
-     */
-    public boolean bboxesAreFunctionallyEqual(BBox other, Double maxDifference) {
+     * @since 15486
+     */
+    public boolean bboxIsFunctionallyEqual(BBox other, Double maxDifference) {
         return bboxesAreFunctionallyEqual(this, other, maxDifference);
     }
