Ignore:
Timestamp:
2015-09-08T15:57:25+02:00 (9 years ago)
Author:
simon04
Message:

see #11843 - Give all directly started threads sensible names

File:
1 edited

Legend:

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

    r8666 r8736  
    9797            // execute the command in a shutdown hook, to be sure that all the
    9898            // resources have been disposed before restarting the application
    99             Runtime.getRuntime().addShutdownHook(new Thread() {
     99            Runtime.getRuntime().addShutdownHook(new Thread("josm-restarter") {
    100100                @Override
    101101                public void run() {
Note: See TracChangeset for help on using the changeset viewer.