Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathalie Lepine2015-03-06 15:31:54 +0000
committerNathalie Lepine2015-03-06 15:31:54 +0000
commit67a503ead2b9df1e442eec7f0994f0f65ba2d608 (patch)
tree6aca8d572c61484121b6a2af48a178a71c7090bb
parenta6c35ab5bb64983568321c95e873add5fe7dc0cb (diff)
downloadorg.eclipse.eef-67a503ead2b9df1e442eec7f0994f0f65ba2d608.tar.gz
org.eclipse.eef-67a503ead2b9df1e442eec7f0994f0f65ba2d608.tar.xz
org.eclipse.eef-67a503ead2b9df1e442eec7f0994f0f65ba2d608.zip
fix copirignt
-rw-r--r--plugins/org.eclipse.emf.eef.runtime/src/org/eclipse/emf/eef/runtime/util/EEFDiagnostician.java16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.eef.runtime/src/org/eclipse/emf/eef/runtime/util/EEFDiagnostician.java b/plugins/org.eclipse.emf.eef.runtime/src/org/eclipse/emf/eef/runtime/util/EEFDiagnostician.java
index 738e21cf1..2528c8cea 100644
--- a/plugins/org.eclipse.emf.eef.runtime/src/org/eclipse/emf/eef/runtime/util/EEFDiagnostician.java
+++ b/plugins/org.eclipse.emf.eef.runtime/src/org/eclipse/emf/eef/runtime/util/EEFDiagnostician.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2013 Obeo.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Obeo - initial API and implementation
+ *******************************************************************************/
package org.eclipse.emf.eef.runtime.util;
import java.util.Map;
@@ -8,6 +18,12 @@ import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.util.Diagnostician;
import org.eclipse.emf.edit.provider.IItemLabelProvider;
+/**
+ * Diagnostician with correct EObject label in messages.
+ *
+ * @author <a href="mailto:nathalie.lepine@obeo.fr">Nathalie Lepine</a>
+ *
+ */
public class EEFDiagnostician extends Diagnostician {
private AdapterFactory adapterFactory;

Back to the top