Changeset 12647 in josm


Ignore:
Timestamp:
2017-08-25T19:54:29+02:00 (7 years ago)
Author:
Don-vip
Message:

see #15182 - remove unused method

Location:
trunk/src/org/openstreetmap/josm
Files:
2 edited

Legend:

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

    r12645 r12647  
    581581    }
    582582
    583     /**
    584      * Called once at startup to initialize the main window content.
    585      * Should set {@link #menu} and {@link #panel}
    586      */
    587     protected abstract void initializeMainWindow();
    588 
    589583    protected static final class InitializationTask implements Callable<Void> {
    590584
  • trunk/src/org/openstreetmap/josm/gui/MainApplication.java

    r12645 r12647  
    276276    }
    277277
    278     @Override
     278    /**
     279     * Called once at startup to initialize the main window content.
     280     * Should set {@link #menu} and {@link #mainPanel}
     281     */
    279282    @SuppressWarnings("deprecation")
    280283    protected void initializeMainWindow() {
Note: See TracChangeset for help on using the changeset viewer.