From: Bruno Sinou Date: Thu, 13 Sep 2012 14:27:21 +0000 (+0000) Subject: remove a typo X-Git-Tag: argeo-commons-2.1.30~843 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=2862f0241c2f32b2113639b5d0cc2a878c56aadd;p=lgpl%2Fargeo-commons.git remove a typo git-svn-id: https://svn.argeo.org/commons/trunk@5566 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/base/runtime/org.argeo.eclipse.ui/src/main/java/org/argeo/eclipse/ui/ErrorFeedback.java b/base/runtime/org.argeo.eclipse.ui/src/main/java/org/argeo/eclipse/ui/ErrorFeedback.java index 618d708cc..6b0a99301 100644 --- a/base/runtime/org.argeo.eclipse.ui/src/main/java/org/argeo/eclipse/ui/ErrorFeedback.java +++ b/base/runtime/org.argeo.eclipse.ui/src/main/java/org/argeo/eclipse/ui/ErrorFeedback.java @@ -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