From 2862f0241c2f32b2113639b5d0cc2a878c56aadd Mon Sep 17 00:00:00 2001 From: Bruno Sinou Date: Thu, 13 Sep 2012 14:27:21 +0000 Subject: [PATCH] remove a typo git-svn-id: https://svn.argeo.org/commons/trunk@5566 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../src/main/java/org/argeo/eclipse/ui/ErrorFeedback.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.30.2