Ignore:
Timestamp:
2013-07-26T13:38:17+02:00 (11 years ago)
Author:
bastiK
Message:

see #8902 - add missing @Override annotations (patch by shinigami)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/MainApplication.java

    r6083 r6084  
    353353
    354354        GuiHelper.runInEDT(new Runnable() {
     355            @Override
    355356            public void run() {
    356357                splash.setVisible(false);
     
    381382
    382383        SwingUtilities.invokeLater(new Runnable() {
     384            @Override
    383385            public void run() {
    384386                if (AutosaveTask.PROP_AUTOSAVE_ENABLED.get()) {
Note: See TracChangeset for help on using the changeset viewer.