Change from fully qualified class name for ExceptionHandler to import statement.
authorkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Wed, 21 Dec 2011 16:22:28 +0000 (16:22 +0000)
committerkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Wed, 21 Dec 2011 16:22:28 +0000 (16:22 +0000)
git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@239 180e2498-e6e9-4542-8430-84ac67f01cd8

src/net/sf/openrocket/gui/main/SwingExceptionHandler.java

index b930e79e1b4e3a2b1e145c33c80742c79a736919..dbaf437c4ff34f5e8a631eb10acc575089afd7d0 100644 (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();