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


Ignore:
Timestamp:
2015-09-09T10:42:45+02:00 (9 years ago)
Author:
simon04
Message:

see #11843 - Terminate initialization threads

File:
1 edited

Legend:

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

    r8734 r8738  
    630630                i.get();
    631631            }
     632            service.shutdown();
    632633        } catch (Exception ex) {
    633634            throw new RuntimeException(ex);
Note: See TracChangeset for help on using the changeset viewer.