]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - base/runtime/org.argeo.eclipse.ui/src/main/java/org/argeo/eclipse/ui/ErrorFeedback.java
Add dep folder
[lgpl/argeo-commons.git] / base / runtime / org.argeo.eclipse.ui / src / main / java / org / argeo / eclipse / ui / ErrorFeedback.java
index 6b0a993011841b152b56011ed67d4506e7b9449e..895e8b8668b6bb785234c482c0782907fcbbbec2 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.
@@ -34,6 +34,7 @@ import org.eclipse.swt.widgets.Text;
 import org.eclipse.ui.PlatformUI;
 
 /** Generic error dialog to be used in try/catch blocks */
+@SuppressWarnings("serial")
 public class ErrorFeedback extends TitleAreaDialog {
        private final static Log log = LogFactory.getLog(ErrorFeedback.class);