]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - base/runtime/org.argeo.eclipse.ui/src/main/java/org/argeo/eclipse/ui/ErrorFeedback.java
fix bug 145 ( https://www.argeo.org/bugzilla/show_bug.cgi?id=145 ).
[lgpl/argeo-commons.git] / base / runtime / org.argeo.eclipse.ui / src / main / java / org / argeo / eclipse / ui / ErrorFeedback.java
index 618d708cc1b217abbd9b3da668805101d6cb1079..ca49202c9029d8b710ca15a6883862bd6db5f710 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -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