Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/INaryFeatureCellEditor.java')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/INaryFeatureCellEditor.java7
1 files changed, 3 insertions, 4 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/INaryFeatureCellEditor.java b/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/INaryFeatureCellEditor.java
index 4d99e1e1949..fdb05857770 100644
--- a/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/INaryFeatureCellEditor.java
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/INaryFeatureCellEditor.java
@@ -22,7 +22,7 @@ public interface INaryFeatureCellEditor {
/**
* Initialize a cell for edition of a n-ary feature. This method must create
* a control inside the given parent to let the user edit the value.
- *
+ *
* @param parent
* the SWT control that must contain the cell editor
* @param feature
@@ -30,9 +30,8 @@ public interface INaryFeatureCellEditor {
* @param source
* the object containing the attribute or reference
* @param editingDomain
- * the source {@link EObject} must be edited only through this
- * {@link EditingDomain}
- *
+ * the source {@link EObject} must be edited only through this {@link EditingDomain}
+ *
* @return the SWT {@link Control} to be used for capturing the new cell
* value
*/

Back to the top