Changeset 1365 for trunk/autoquest-htmlmonitor/src/main/java/de
- Timestamp:
- 02/12/14 10:57:36 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-htmlmonitor/src/main/java/de/ugoe/cs/autoquest/htmlmonitor/ShutdownHook.java
r927 r1365 48 48 for (HtmlMonitorComponent component : components) { 49 49 if (component != null) { 50 component.stop(); 50 try { 51 component.stop(); 52 } 53 catch (Exception e) { 54 // ignore and go on 55 } 51 56 } 52 57 }
Note: See TracChangeset
for help on using the changeset viewer.