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/layer/WMSLayer.java

    r8444 r8470  
    433433
    434434    /**
    435      *
    436      * @param xIndex
    437      * @param yIndex
     435     * Returns east/north for a x/y couple.
     436     * @param xIndex x index
     437     * @param yIndex y index
    438438     * @return Real EastNorth of given tile. dx/dy is not counted in
    439439     */
     
    531531
    532532    /**
    533      *
    534      * @param request
     533     * Replies request priority.
     534     * @param request WMS request
    535535     * @return -1 if request is no longer needed, otherwise priority of request (lower number <=> more important request)
    536536     */
     
    719719     * not update existing tiles, only new ones will be subject to the new settings.
    720720     *
    721      * @param layer
     721     * @param layer WMS layer
    722722     * @param snap  Set to true if the resolution should snap to certain values instead of
    723723     *              matching the current zoom level perfectly
     
    739739     * false they will be removed instantly (and redrawn only after the new resolution
    740740     * image has been loaded).
    741      * @param layer
     741     * @param layer WMS layer
    742742     * @param snap  Set to true if the resolution should snap to certain values instead of
    743743     *              matching the current zoom level perfectly
Note: See TracChangeset for help on using the changeset viewer.