]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - base/runtime/org.argeo.eclipse.ui/src/main/java/org/argeo/eclipse/ui/dialogs/Error.java
Add various serial to UI components
[lgpl/argeo-commons.git] / base / runtime / org.argeo.eclipse.ui / src / main / java / org / argeo / eclipse / ui / dialogs / Error.java
index b5b50b11450168b93226e18dad4855d23e8893d6..918bfd24401a5176e828474b27209241a309774c 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.
@@ -23,6 +23,8 @@ import org.eclipse.swt.widgets.Shell;
  * @deprecated use {@link org.argeo.eclipse.ui.ErrorFeedback} instead.
  */
 public class Error extends org.argeo.eclipse.ui.ErrorFeedback {
+       private static final long serialVersionUID = -93864960090248736L;
+
        public Error(Shell parentShell, String message, Throwable e) {
                super(parentShell, message, e);
        }