Changeset 8440 in josm for trunk


Ignore:
Timestamp:
2015-06-01T19:38:53+02:00 (9 years ago)
Author:
Don-vip
Message:

fix javadoc warnings

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

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/CombineWayAction.java

    r8395 r8440  
    421421
    422422        /**
    423          * Create an undirected graph from the given ways.
    424          * @param ways Ways to build the graph from
     423         * Create an undirected graph from the given node pairs.
     424         * @param pairs Node pairs to build the graph from
    425425         * @return node graph structure
    426426         */
  • trunk/src/org/openstreetmap/josm/data/cache/ICachedLoaderJob.java

    r8424 r8440  
    33
    44import java.net.URL;
    5 
    65
    76/**
     
    1514     * returns cache entry key
    1615     *
    17      * @param tile
    1816     * @return cache key for tile
    1917     */
  • trunk/src/org/openstreetmap/josm/data/osm/AbstractPrimitive.java

    r8390 r8440  
    696696     * accessed from very specific (language variant) to more generic (default name).
    697697     *
    698      * @see LanguageInfo#getLanguageCodes()
     698     * @see LanguageInfo#getLanguageCodes
    699699     * @return the name of this primitive, <code>null</code> if no name exists
    700700     */
  • trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/ExpressionFactory.java

    r8393 r8440  
    209209         * @param args arguments
    210210         * @return the first non-null object
    211          * @see #coalesce(Object...)
    212211         * @see Utils#firstNonNull(Object[])
    213212         */
  • trunk/src/org/openstreetmap/josm/gui/widgets/AbstractFileChooser.java

    r8419 r8440  
    162162     *
    163163     * @param multiple true if multiple files may be selected
    164      * @beaninfo
    165      *       bound: true
    166      * description: Sets multiple file selection mode.
    167      *
    168164     * @see #isMultiSelectionEnabled
    169165     */
  • trunk/src/org/openstreetmap/josm/tools/LanguageInfo.java

    r8419 r8440  
    113113     * In most cases JOSM and Java uses the same codes, but for some exceptions this is needed.
    114114     *
    115      * @param locale the locale. Replies "en" if null.
     115     * @param localeName the locale. Replies "en" if null.
    116116     * @return the Java code for the given locale
    117117     * @since 8232
     
    224224     * </ul>
    225225     *
    226      * @param locale the locale to use, <code>null</code> for default locale
     226     * @param l the locale to use, <code>null</code> for default locale
    227227     * @return list of codes
    228228     * @since 8283
Note: See TracChangeset for help on using the changeset viewer.