Ignore:
Timestamp:
2013-04-07T17:00:16+02:00 (11 years ago)
Author:
stoecker
Message:

i18n update and javadoc fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/conflict/pair/tags/TagMergeModel.java

    r5266 r5832  
    1717
    1818/**
    19  * This is the {@link TableModel} used in the tables of the {@link TagMerger}.
     19 * This is the {@link javax.swing.table.TableModel} used in the tables of the {@link TagMerger}.
    2020 *
    2121 * The model can {@link #populate(OsmPrimitive, OsmPrimitive)} itself from the conflicts
     
    142142     * to <code>decision</code>.
    143143     *
    144      * @param row  the row
     144     * @param row the row
    145145     * @param decision the decision
    146146     */
     
    155155     * to <code>decision</code>.
    156156     *
    157      * @param row  the array of row indices
     157     * @param rows the array of row indices
    158158     * @param decision the decision
    159159     */
    160 
    161160    public void decide(int [] rows, MergeDecisionType decision) {
    162161        if (rows == null || rows.length == 0)
Note: See TracChangeset for help on using the changeset viewer.