Ignore:
Timestamp:
2013-07-17T00:01:49+02:00 (11 years ago)
Author:
stoecker
Message:

see #8853 remove tabs, trailing spaces, windows line ends, strange characters

File:
1 edited

Legend:

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

    r4238 r6070  
    2626        this.ds = ds;
    2727        editor = new AutoCompletingTextField();
    28         editor.setBorder(BorderFactory.createEmptyBorder(1,1,1,1)); 
     28        editor.setBorder(BorderFactory.createEmptyBorder(1,1,1,1));
    2929        autoCompletionList = new AutoCompletionList();
    3030        editor.setAutoCompletionList(autoCompletionList);
     
    5757        return super.stopCellEditing();
    5858    }
    59    
     59
    6060    /** Returns the edit field for this cell editor. */
    6161    public AutoCompletingTextField getEditor() {
Note: See TracChangeset for help on using the changeset viewer.