Ignore:
Timestamp:
2009-11-24T10:45:04+01:00 (14 years ago)
Author:
stoecker
Message:

i18n updated, fixed files to reduce problems when applying patches, fix #4017

File:
1 edited

Legend:

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

    r1762 r2512  
    77public abstract class RunnableAction extends AbstractAction implements Runnable {
    88
    9         public RunnableAction() {
    10         }
     9    public RunnableAction() {
     10    }
    1111
    12         public abstract void run();
     12    public abstract void run();
    1313
    14         public void actionPerformed(ActionEvent arg0) {
    15                 run();
    16         }
     14    public void actionPerformed(ActionEvent arg0) {
     15        run();
     16    }
    1717}
Note: See TracChangeset for help on using the changeset viewer.