Changeset 16605 in josm


Ignore:
Timestamp:
2020-06-11T19:05:16+02:00 (4 years ago)
Author:
simon04
Message:

see #19026 - Add ImageryInfo.setBounds for binary compatibility

Location:
trunk/src/org/openstreetmap/josm/data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java

    r16572 r16605  
    629629    }
    630630
     631    @Override
     632    public void setBounds(ImageryBounds b) {
     633        // for binary compatibility
     634        this.bounds = b;
     635    }
     636
    631637    /**
    632638     * Sets the extended URL of this entry.
  • trunk/src/org/openstreetmap/josm/data/sources/SourceInfo.java

    r16545 r16605  
    250250
    251251    /**
    252      * Sets the source polygonial bounds.
     252     * Sets the source polygonal bounds.
    253253     * @param b The source bounds (non-rectangular)
    254254     */
     
    258258
    259259    /**
    260      * Returns the source polygonial bounds.
     260     * Returns the source polygonal bounds.
    261261     * @return The source bounds (non-rectangular)
    262262     */
Note: See TracChangeset for help on using the changeset viewer.