X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;ds=sidebyside;f=base%2Fruntime%2Forg.argeo.eclipse.ui%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Feclipse%2Fui%2FErrorFeedback.java;h=895e8b8668b6bb785234c482c0782907fcbbbec2;hb=3a3d316af102ba410d1d9e6de349d0c8f7ac044f;hp=6b0a993011841b152b56011ed67d4506e7b9449e;hpb=2862f0241c2f32b2113639b5d0cc2a878c56aadd;p=lgpl%2Fargeo-commons.git 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 6b0a99301..895e8b866 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 @@ -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);