Ignore:
Timestamp:
2018-07-15T12:16:21+02:00 (8 years ago)
Author:
michael2402
Message:

See #16388: Checkstyle: Convert tabs to spaces.

File:
1 edited

Legend:

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

    r14027 r14029  
    1313 */
    1414public class ApplyAction extends SavingAction {
    15         private static final long serialVersionUID = 1L;
     15    private static final long serialVersionUID = 1L;
    1616
    1717    /**
     
    3434    public void actionPerformed(ActionEvent e) {
    3535        if (applyChanges()) {
    36                 editorAccess.getEditor().reloadDataFromRelation();
     36            editorAccess.getEditor().reloadDataFromRelation();
    3737        }
    3838    }
Note: See TracChangeset for help on using the changeset viewer.