Changeset 16877 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2020-08-12T20:42:31+02:00 (4 years ago)
Author:
simon04
Message:

Javadoc warnings

Location:
trunk/src/org/openstreetmap/josm
Files:
6 edited

Legend:

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

    r16643 r16877  
    5959    /**
    6060     * Encodes the shapes as a string using {@code ,} and {@code ;} as separators
     61     * @param shapes The shapes to encode
    6162     * @return The string encoded shapes
    6263     */
  • trunk/src/org/openstreetmap/josm/gui/dialogs/properties/TaginfoAction.java

    r16606 r16877  
    106106
    107107    /**
    108      * Opens Taginfo for the given tag or key (if the tag value is null)
     108     * Returns the Taginfo URL for the given tag or key (if the tag value is null)
    109109     * @param tag the tag
     110     * @return the Taginfo URL for the given tag or key
    110111     * @since 16596
    111112     */
     
    123124
    124125    /**
    125      * Opens Taginfo for the given relation type
     126     * Returns the Taginfo URL for the given relation type
    126127     * @param type the relation type
     128     * @return the Taginfo URL for the given relation type
    127129     * @since 16596
    128130     */
     
    135137     * @param name the action's text as displayed on the menu (if it is added to a menu)
    136138     * @param taginfoUrl Taginfo URL
     139     * @return a new action which launches the Taginfo instance from the given URL
    137140     * @since 16597
    138141     */
  • trunk/src/org/openstreetmap/josm/gui/download/overpass/OverpassWizardRegistration.java

    r16359 r16877  
    4444    /**
    4545     * Gets all wizards that are currently registered.
     46     * @param callbacks wizard callbacks
    4647     * @return The list of wizards.
    4748     */
  • trunk/src/org/openstreetmap/josm/gui/io/importexport/GpxImporter.java

    r16869 r16877  
    5757         * Constructs a new {@code GpxImporterData}.
    5858         * @param gpxLayer The imported GPX layer. May be null if no GPX data.
     59         * @param gpxRouteLayer The imported GPX route layer. May be null if no GPX route.
    5960         * @param markerLayer The imported marker layer. May be null if no marker.
    6061         * @param postLayerTask The task to run after GPX and/or marker layer has been added to MapView.
  • trunk/src/org/openstreetmap/josm/io/OnlineResource.java

    r16430 r16877  
    4242    /**
    4343     * Replies whether the given URL matches this online resource
     44     * @param url the URL to check
    4445     * @return whether the given URL matches this online resource
    4546     */
  • trunk/src/org/openstreetmap/josm/tools/HiDPISupport.java

    r16486 r16877  
    145145     * Will return the argument, in case it is not a multi-resolution image.
    146146     * @param img the image
     147     * @param destImageWidth the width of the destination image
     148     * @param destImageHeight the height of the destination image
    147149     * @return if <code>img</code> is a <code>java.awt.image.BaseMultiResolutionImage</code>,
    148150     * then the result of the method <code>#getResolutionVariant(destImageWidth, destImageHeight)</code>,
Note: See TracChangeset for help on using the changeset viewer.