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 5670a47 commit 1e355c5Copy full SHA for 1e355c5
opengrok-indexer/src/main/java/org/opengrok/indexer/util/Executor.java
@@ -381,7 +381,7 @@ public void processStream(InputStream input) throws IOException {
381
382
public static void registerErrorHandler() {
383
UncaughtExceptionHandler dueh =
384
- Thread.currentThread().getDefaultUncaughtExceptionHandler();
+ Thread.getDefaultUncaughtExceptionHandler();
385
if (dueh == null) {
386
LOGGER.log(Level.FINE, "Installing default uncaught exception handler");
387
Thread.setDefaultUncaughtExceptionHandler(new UncaughtExceptionHandler() {
0 commit comments