Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/exported/IEmfLabelProviderFactory.java')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/exported/IEmfLabelProviderFactory.java50
1 files changed, 25 insertions, 25 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/exported/IEmfLabelProviderFactory.java b/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/exported/IEmfLabelProviderFactory.java
index 395bdcd906a..fb120dfb299 100644
--- a/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/exported/IEmfLabelProviderFactory.java
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/exported/IEmfLabelProviderFactory.java
@@ -1,25 +1,25 @@
-/**
- * Copyright (c) 2013 Mia-Software.
- *
- * 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:
- * Gregoire Dupe (Mia-Software) - Bug 406578 - Generic Label Provider for EMF objects
- */
-package org.eclipse.papyrus.emf.facet.util.emf.ui.internal.exported;
-
-import org.eclipse.jface.viewers.ILabelProvider;
-import org.eclipse.papyrus.emf.facet.util.emf.ui.internal.EmfLabelProviderFactory;
-
-/**
- * @since 0.4
- */
-public interface IEmfLabelProviderFactory {
-
- IEmfLabelProviderFactory DEFAULT = new EmfLabelProviderFactory();
-
- ILabelProvider createLabelProvider();
-}
+/**
+ * Copyright (c) 2013 Mia-Software.
+ *
+ * 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:
+ * Gregoire Dupe (Mia-Software) - Bug 406578 - Generic Label Provider for EMF objects
+ */
+package org.eclipse.papyrus.emf.facet.util.emf.ui.internal.exported;
+
+import org.eclipse.jface.viewers.ILabelProvider;
+import org.eclipse.papyrus.emf.facet.util.emf.ui.internal.EmfLabelProviderFactory;
+
+/**
+ * @since 0.4
+ */
+public interface IEmfLabelProviderFactory {
+
+ IEmfLabelProviderFactory DEFAULT = new EmfLabelProviderFactory();
+
+ ILabelProvider createLabelProvider();
+}

Back to the top