Ignore:
Timestamp:
2015-06-06T04:32:00+02:00 (9 years ago)
Author:
Don-vip
Message:

javadoc fixes. Removed one duplicated method in exception handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/bbox/SlippyMapBBoxChooser.java

    r8393 r8470  
    9292    /**
    9393     * Plugins that wish to add custom tile sources to slippy map choose should call this method
    94      * @param tileSourceProvider
     94     * @param tileSourceProvider new tile source provider
    9595     */
    9696    public static void addTileSourceProvider(TileSourceProvider tileSourceProvider) {
     
    237237
    238238    /**
    239      * Callback for the OsmMapControl. (Re-)Sets the start and end point of the
    240      * selection rectangle.
     239     * Callback for the OsmMapControl. (Re-)Sets the start and end point of the selection rectangle.
    241240     *
    242      * @param aStart
    243      * @param aEnd
     241     * @param aStart selection start
     242     * @param aEnd selection end
    244243     */
    245244    public void setSelection(Point aStart, Point aEnd) {
Note: See TracChangeset for help on using the changeset viewer.