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/utils/ImageUtils.java')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/utils/ImageUtils.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/utils/ImageUtils.java b/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/utils/ImageUtils.java
index 81f1e0a0577..2152c379b7e 100644
--- a/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/utils/ImageUtils.java
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/utils/ImageUtils.java
@@ -19,7 +19,7 @@ import org.eclipse.swt.graphics.Image;
/**
* Utility class for handling {@link Image}s.
- *
+ *
* @author Gregoire Dupe
*/
public final class ImageUtils {
@@ -33,7 +33,7 @@ public final class ImageUtils {
/**
* Returns an image for the given model element from the EMF global
* registry.
- *
+ *
* @param object
* an {@link EObject} for which an {@link Image} is required
* @return an image or <code>null</code> if none was found for the given

Back to the top