Ignore:
Timestamp:
2009-11-24T10:45:04+01:00 (14 years ago)
Author:
stoecker
Message:

i18n updated, fixed files to reduce problems when applying patches, fix #4017

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/tagging/TagCellEditor.java

    r2048 r2512  
    1616/**
    1717 * This is the table cell editor for the tag editor dialog.
    18  * 
     18 *
    1919 */
    2020@SuppressWarnings("serial")
     
    4949     * values from the the current JOSM data set. Keys already present in the
    5050     * current tag model are removed from the auto completion list.
    51      * 
     51     *
    5252     * @param model  the tag editor model
    5353     * @param currentTag  the current tag
     
    7878    }
    7979
    80 
    8180    /**
    8281     * initializes the auto completion list when the cell editor starts to edit
     
    8483     * set of standard values for a given key and the set of values present in the
    8584     * current data set for the given key.
    86      * 
     85     *
    8786     * @param forKey the key
    8887     */
     
    9998        }
    10099    }
    101 
    102100
    103101    /**
     
    163161    /**
    164162     * replies the {@link AutoCompletionList} this table cell editor synchronizes with
    165      * 
     163     *
    166164     * @return the auto completion list
    167165     */
     
    195193    /**
    196194     * sets the tag editor model
    197      * 
     195     *
    198196     * @param tagEditorModel  the tag editor model
    199197     */
Note: See TracChangeset for help on using the changeset viewer.