Changeset 12011 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2017-04-27T23:47:16+02:00 (7 years ago)
Author:
Don-vip
Message:

improve unit test coverage of Main

File:
1 edited

Legend:

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

    r12010 r12011  
    583583    protected abstract void initializeMainWindow();
    584584
    585     private static class InitializationTask implements Callable<Void> {
     585    static final class InitializationTask implements Callable<Void> {
    586586
    587587        private final String name;
     
    12311231
    12321232    /**
     1233     * Clears the network errors cache.
     1234     * @since 12011
     1235     */
     1236    public static void clearNetworkErrors() {
     1237        NETWORK_ERRORS.clear();
     1238    }
     1239
     1240    /**
    12331241     * Returns the JOSM website URL.
    12341242     * @return the josm website URL
Note: See TracChangeset for help on using the changeset viewer.