]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - eclipse/runtime/org.argeo.eclipse.ui/src/main/java/org/argeo/eclipse/ui/dialogs/Error.java
Update license headers
[lgpl/argeo-commons.git] / eclipse / runtime / org.argeo.eclipse.ui / src / main / java / org / argeo / eclipse / ui / dialogs / Error.java
index 75a4318b7ef7631c83916f6ce8a83d7b1c9745e4..b5b50b11450168b93226e18dad4855d23e8893d6 100644 (file)
@@ -1,3 +1,18 @@
+/*
+ * Copyright (C) 2007-2012 Mathieu Baudier
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *         http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.argeo.eclipse.ui.dialogs;
 
 import org.eclipse.swt.widgets.Shell;
@@ -5,9 +20,9 @@ import org.eclipse.swt.widgets.Shell;
 /**
  * Generic error dialog to be used in try/catch blocks
  * 
- * @deprecated use {@link org.argeo.eclipse.ui.Error} instead.
+ * @deprecated use {@link org.argeo.eclipse.ui.ErrorFeedback} instead.
  */
-public class Error extends org.argeo.eclipse.ui.Error {
+public class Error extends org.argeo.eclipse.ui.ErrorFeedback {
        public Error(Shell parentShell, String message, Throwable e) {
                super(parentShell, message, e);
        }