Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/exported/util/widget/component/CreateElementWidget.java')
-rw-r--r--plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/exported/util/widget/component/CreateElementWidget.java11
1 files changed, 5 insertions, 6 deletions
diff --git a/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/exported/util/widget/component/CreateElementWidget.java b/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/exported/util/widget/component/CreateElementWidget.java
index 2c3480285b2..3fb65c30e5c 100644
--- a/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/exported/util/widget/component/CreateElementWidget.java
+++ b/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/exported/util/widget/component/CreateElementWidget.java
@@ -1,11 +1,11 @@
/**
* Copyright (c) 2012 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:
* Alban Ménager (Soft-Maint) - Bug 387470 - [EFacet][Custom] Editors
* Grégoire Dupé (Mia-Software) - Bug 387470 - [EFacet][Custom] Editors
@@ -28,7 +28,7 @@ import org.eclipse.swt.widgets.Listener;
/**
* WidgetComposite for the creation of the "New..." button. This widget will
* open the dialog passed in the constructor.
- *
+ *
* @since 0.3
*/
public class CreateElementWidget<W extends Object> extends AbstractWidget {
@@ -37,9 +37,8 @@ public class CreateElementWidget<W extends Object> extends AbstractWidget {
private final AbstractGetOrCreateFilteredElementCommandWidget<?, ?> typedParent;
/**
- * Constructor. Initialize the {@link LayoutData} with the
- * {@link AbstractWidget} attribute 'fillGridData'.
- *
+ * Constructor. Initialize the {@link LayoutData} with the {@link AbstractWidget} attribute 'fillGridData'.
+ *
* @param parent
* the parent of this composite.
* @param editingDomain

Back to the top