Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/src/org/eclipse/papyrus/emf/facet/util/swt/imageprovider/IImageProviderFactory.java')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/src/org/eclipse/papyrus/emf/facet/util/swt/imageprovider/IImageProviderFactory.java44
1 files changed, 22 insertions, 22 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/src/org/eclipse/papyrus/emf/facet/util/swt/imageprovider/IImageProviderFactory.java b/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/src/org/eclipse/papyrus/emf/facet/util/swt/imageprovider/IImageProviderFactory.java
index 0ae8154c2de..629488a5637 100644
--- a/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/src/org/eclipse/papyrus/emf/facet/util/swt/imageprovider/IImageProviderFactory.java
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/src/org/eclipse/papyrus/emf/facet/util/swt/imageprovider/IImageProviderFactory.java
@@ -1,22 +1,22 @@
-/*******************************************************************************
- * 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 406569 - Image provider factory
- ******************************************************************************/
-package org.eclipse.papyrus.emf.facet.util.swt.imageprovider;
-
-import org.eclipse.core.runtime.Plugin;
-import org.eclipse.papyrus.emf.facet.util.swt.internal.imageprovider.ImageProviderFactory;
-
-public interface IImageProviderFactory {
-
- IImageProviderFactory DEFAULT = new ImageProviderFactory();
-
- IImageProvider createIImageProvider(Plugin plugin);
-}
+/*******************************************************************************
+ * 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 406569 - Image provider factory
+ ******************************************************************************/
+package org.eclipse.papyrus.emf.facet.util.swt.imageprovider;
+
+import org.eclipse.core.runtime.Plugin;
+import org.eclipse.papyrus.emf.facet.util.swt.internal.imageprovider.ImageProviderFactory;
+
+public interface IImageProviderFactory {
+
+ IImageProviderFactory DEFAULT = new ImageProviderFactory();
+
+ IImageProvider createIImageProvider(Plugin plugin);
+}

Back to the top