Change from fully qualified class name for ExceptionHandler to import statement.

This commit is contained in:
Kevin Ruland 2011-12-21 16:22:28 +00:00
parent a8b06ee2c4
commit 4194479d0c

View File

@ -7,9 +7,10 @@ import net.sf.openrocket.gui.dialogs.BugReportDialog;
import net.sf.openrocket.logging.LogHelper;
import net.sf.openrocket.logging.TraceException;
import net.sf.openrocket.startup.Application;
import net.sf.openrocket.startup.ExceptionHandler;
public class SwingExceptionHandler implements Thread.UncaughtExceptionHandler, net.sf.openrocket.startup.ExceptionHandler {
public class SwingExceptionHandler implements Thread.UncaughtExceptionHandler, ExceptionHandler {
private static final LogHelper log = Application.getLogger();