Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zguesmi committed Oct 22, 2020
1 parent 1dd14a8 commit 4422d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/iexec/core/config/AsyncConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public AsyncUncaughtExceptionHandler getAsyncUncaughtExceptionHandler() {
return new Handler();
}

public static class Handler implements AsyncUncaughtExceptionHandler {
private class Handler implements AsyncUncaughtExceptionHandler {

@Override
public void handleUncaughtException(
Expand Down

0 comments on commit 4422d38

Please sign in to comment.