Ignore:
Timestamp:
2018-07-15T12:16:21+02:00 (6 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/AddFromSelectionAction.java

    r14027 r14029  
    1717 */
    1818abstract class AddFromSelectionAction extends AbstractRelationEditorAction {
    19         private static final long serialVersionUID = 1L;
     19    private static final long serialVersionUID = 1L;
    2020
    2121    protected AddFromSelectionAction(IRelationEditorActionAccess editorAccess,
    22                         IRelationEditorUpdateOn... updateOn) {
     22            IRelationEditorUpdateOn... updateOn) {
    2323        super(editorAccess, updateOn);
    2424    }
Note: See TracChangeset for help on using the changeset viewer.