Ignore:
Timestamp:
2018-07-15T12:39:47+02:00 (6 years ago)
Author:
michael2402
Message:

See #16388: Fix Checkstyle / Test issues.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/relation/actions/ApplyAction.java

    r14029 r14030  
    1717    /**
    1818     * Constructs a new {@code ApplyAction}.
    19      * @param memberTable member table
    20      * @param memberTableModel member table model
    21      * @param layer OSM data layer
    22      * @param editor relation editor
    23      * @param tagModel tag editor model
     19     * @param editorAccess An interface to access the relation editor contents.
    2420     */
    2521    public ApplyAction(IRelationEditorActionAccess editorAccess) {
     
    2824        new ImageProvider("save").getResource().attachImageIcon(this, true);
    2925        putValue(NAME, tr("Apply"));
    30         updateEnabledState();       
     26        updateEnabledState();
    3127    }
    3228
Note: See TracChangeset for help on using the changeset viewer.