remove a typo
[lgpl/argeo-commons.git] / base / runtime / org.argeo.eclipse.ui / src / main / java / org / argeo / eclipse / ui / ErrorFeedback.java
index 618d708cc1b217abbd9b3da668805101d6cb1079..6b0a993011841b152b56011ed67d4506e7b9449e 100644 (file)
@@ -45,7 +45,7 @@ public class ErrorFeedback extends TitleAreaDialog {
                // up the UI thread
                if (e instanceof ThreadDeath)
                        throw (ThreadDeath) e;
-               
+
                new ErrorFeedback(getDisplay().getActiveShell(), message, e).open();
        }
 
@@ -111,5 +111,4 @@ public class ErrorFeedback extends TitleAreaDialog {
                super.configureShell(shell);
                shell.setText("Error");
        }
-
-}
+}
\ No newline at end of file