Changeset 14056 in josm for trunk/src


Ignore:
Timestamp:
2018-07-28T01:08:10+02:00 (6 years ago)
Author:
Don-vip
Message:

fix #16388 - fix sonar warning

File:
1 edited

Legend:

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

    r14030 r14056  
    136136    private JMenuItem windowMenuItem;
    137137    /**
    138      * The toolbar with the buttons on the left
    139      */
    140     private final LeftButtonToolbar leftButtonToolbar;
    141     /**
    142138     * Action for performing the {@link RefreshAction}
    143139     */
     
    224220        selectionTable.setRowHeight(ce.getEditor().getPreferredSize().height);
    225221
    226         leftButtonToolbar = new LeftButtonToolbar(new RelationEditorActionAccess());
     222        LeftButtonToolbar leftButtonToolbar = new LeftButtonToolbar(new RelationEditorActionAccess());
    227223        tfRole = buildRoleTextField(this);
    228224
Note: See TracChangeset for help on using the changeset viewer.