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/io/UploadPrimitivesTask.java

    r5452 r6084  
    221221        //
    222222        Runnable r  = new Runnable() {
     223            @Override
    223224            public void run() {
    224225                layer.cleanupAfterUpload(processedPrimitives);
     
    318319        // - to map editing
    319320        GuiHelper.runInEDT(new Runnable() {
     321            @Override
    320322            public void run() {
    321323                // if the changeset is still open after this upload we want it to
Note: See TracChangeset for help on using the changeset viewer.