Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/src/org/eclipse/papyrus/emf/facet/util/jface/ui/imageprovider/IImageProviderFactory.java')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/src/org/eclipse/papyrus/emf/facet/util/jface/ui/imageprovider/IImageProviderFactory.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/src/org/eclipse/papyrus/emf/facet/util/jface/ui/imageprovider/IImageProviderFactory.java b/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/src/org/eclipse/papyrus/emf/facet/util/jface/ui/imageprovider/IImageProviderFactory.java
index ca0afe687e8..da74c622a57 100644
--- a/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/src/org/eclipse/papyrus/emf/facet/util/jface/ui/imageprovider/IImageProviderFactory.java
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/src/org/eclipse/papyrus/emf/facet/util/jface/ui/imageprovider/IImageProviderFactory.java
@@ -1,6 +1,6 @@
/*******************************************************************************
* Copyright (c) 2013 Soft-Maint.
- *
+ *
* 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
@@ -16,7 +16,7 @@ import org.eclipse.papyrus.emf.facet.util.jface.ui.internal.imageprovider.ImageP
/**
* JFace Image Provider Factory
- *
+ *
* @noextend This interface is not intended to be extended by clients.
* @noimplement This interface is not intended to be implemented by clients.
* @since 0.4.0
@@ -28,7 +28,7 @@ public interface IImageProviderFactory {
/**
* Create a new Image Provider Factory. Factories are cached with plugin
* instances.
- *
+ *
* @param plugin
* Current plugin which wants an image provider
* @return An image provider factory

Back to the top