remove a typo
authorBruno Sinou <bsinou@argeo.org>
Thu, 13 Sep 2012 14:27:21 +0000 (14:27 +0000)
committerBruno Sinou <bsinou@argeo.org>
Thu, 13 Sep 2012 14:27:21 +0000 (14:27 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@5566 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

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