Ignore:
Timestamp:
2013-04-29T17:30:14+02:00 (11 years ago)
Author:
stoecker
Message:

fix version number

File:
1 edited

Legend:

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

    r5915 r5916  
    99
    1010public class LanguageInfo {
    11     /** Type of the locale to use */
     11    /**
     12     * Type of the locale to use
     13     * @since 5915
     14     */
    1215    public enum LocaleType {
    1316        /** The current default language */
     
    2932     * @return the wiki language prefix or {@code null} for {@link LocaleType#BASELANGUAGE}, when
    3033     * base language is identical to default or english
    31      * @since 8636
     34     * @since 5915
    3235     */
    3336    static public String getWikiLanguagePrefix(LocaleType type) {
Note: See TracChangeset for help on using the changeset viewer.