Changeset 36486 in osm for applications/editors/josm/plugins/javafx/src/org
- Timestamp:
- 2026-02-12T22:20:13+01:00 (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/javafx/src/org/openstreetmap/josm/plugins/javafx/gui/JavaFxWrapper.java
r35805 r36486 30 30 private static class UncaughtExceptionHandler implements Thread.UncaughtExceptionHandler { 31 31 private final Thread.UncaughtExceptionHandler currentHandler; 32 publicUncaughtExceptionHandler() {32 UncaughtExceptionHandler() { 33 33 currentHandler = Thread.currentThread().getUncaughtExceptionHandler(); 34 34 Thread.currentThread().setUncaughtExceptionHandler(this); 35 35 } 36 36 37 @Override 37 38 public void uncaughtException(Thread t, Throwable e) {
Note:
See TracChangeset
for help on using the changeset viewer.
