Ignore:
Timestamp:
2017-08-26T00:58:40+02:00 (7 years ago)
Author:
michael2402
Message:

See #14794: Add javadoc for gui/conflict/tags package.

File:
1 edited

Legend:

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

    r11627 r12660  
    1717import org.openstreetmap.josm.tools.CheckParameterUtil;
    1818
     19/**
     20 * This model holds the information about tags that are currently conflicting and the decision of the user regarding them.
     21 */
    1922public class TagConflictResolverModel extends DefaultTableModel {
    2023    public static final String NUM_CONFLICTS_PROP = TagConflictResolverModel.class.getName() + ".numConflicts";
Note: See TracChangeset for help on using the changeset viewer.