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


Ignore:
Timestamp:
2015-04-19T13:18:33+02:00 (9 years ago)
Author:
stoecker
Message:

see #11148 - cleanup doc texts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/LanguageInfo.java

    r8232 r8233  
    109109     * Replies the locale code used by Java for a given locale.
    110110     *
     111     * In most cases JOSM and Java uses the same codes, but for some exceptions this is needed.
     112     *
    111113     * @param locale the locale. Replies "en" if null.
    112114     * @return the Java code for the given locale
     
    144146
    145147    /**
    146      * Replies the locale code used by Java for a given locale.
    147      *
    148      * In most cases JOSM and Java uses the same codes, but for some exceptions this is needed.
     148     * Replies the locale used by Java for a given language code.
     149     *
     150     * Accepts JOSM and Java codes as input.
    149151     *
    150152     * @param localeName the locale code.
Note: See TracChangeset for help on using the changeset viewer.