Ignore:
Timestamp:
2018-09-01T15:39:07+02:00 (6 years ago)
Author:
Don-vip
Message:

remove deprecated stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/download/AbstractDownloadSourcePanel.java

    r13498 r14215  
    9292     * Updates GUI components of the panel according to the bbox changes.
    9393     * @param bbox The new value for the bounding box.
    94      * @deprecated Use {@link #boundingBoxChanged} instead
    95      */
    96     @Deprecated
    97     public void boudingBoxChanged(Bounds bbox) {
    98         // override this if the panel must react on bbox changes
    99     }
    100 
    101     /**
    102      * Updates GUI components of the panel according to the bbox changes.
    103      * @param bbox The new value for the bounding box.
    10494     * @since 13498
    10595     */
Note: See TracChangeset for help on using the changeset viewer.