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/ChildRelationBrowser.java

    r5925 r6070  
    415415                    refreshView(r);
    416416                }
    417                 SwingUtilities.invokeLater(new Runnable() { 
    418                     public void run() { 
    419                         Main.map.repaint(); 
    420                     } 
    421                 }); 
     417                SwingUtilities.invokeLater(new Runnable() {
     418                    public void run() {
     419                        Main.map.repaint();
     420                    }
     421                });
    422422            } catch (Exception e) {
    423423                if (canceled) {
Note: See TracChangeset for help on using the changeset viewer.