Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Sep 4, 2024
1 parent e104413 commit 8d2f305
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
import org.mases.jcobridge.JCObject;

/**
* The {@link UncaughtExceptionHandler} class represents a generic implementation of
* The {@link Thread_UncaughtExceptionHandler} class represents a generic implementation of
* {@link Thread.UncaughtExceptionHandler}
*/
public class Thread_UncaughtExceptionHandler extends JCListener implements Thread.UncaughtExceptionHandler {
public UncaughtExceptionHandler(String key) throws JCNativeException {
public Thread_UncaughtExceptionHandler(String key) throws JCNativeException {
super(key);
}

Expand Down

0 comments on commit 8d2f305

Please sign in to comment.