We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e8f29c commit 501e2c8Copy full SHA for 501e2c8
src/main/java/org/scijava/log/DefaultUncaughtExceptionHandler.java
@@ -69,10 +69,6 @@ public static void install(final LogService log) {
69
final UncaughtExceptionHandler handler =
70
new DefaultUncaughtExceptionHandler(log);
71
Thread.setDefaultUncaughtExceptionHandler(handler);
72
-
73
- // Needed for modal dialog handling before Java7:
74
- System.setProperty("sun.awt.exception.handler",
75
- DefaultUncaughtExceptionHandler.class.getName());
76
}
77
78
0 commit comments