Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/customization/org.eclipse.papyrus.customization/src-gen/org/eclipse/papyrus/customization/model/customizationplugin/UICustom.java')
-rw-r--r--plugins/customization/org.eclipse.papyrus.customization/src-gen/org/eclipse/papyrus/customization/model/customizationplugin/UICustom.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/customization/org.eclipse.papyrus.customization/src-gen/org/eclipse/papyrus/customization/model/customizationplugin/UICustom.java b/plugins/customization/org.eclipse.papyrus.customization/src-gen/org/eclipse/papyrus/customization/model/customizationplugin/UICustom.java
index 2b85e2c728e..2b963641a2c 100644
--- a/plugins/customization/org.eclipse.papyrus.customization/src-gen/org/eclipse/papyrus/customization/model/customizationplugin/UICustom.java
+++ b/plugins/customization/org.eclipse.papyrus.customization/src-gen/org/eclipse/papyrus/customization/model/customizationplugin/UICustom.java
@@ -37,7 +37,7 @@ public interface UICustom extends FileBasedCustomizableElement {
* If the meaning of the '<em>Load By Default</em>' attribute isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
- *
+ *
* @return the value of the '<em>Load By Default</em>' attribute.
* @see #setLoadByDefault(boolean)
* @see org.eclipse.papyrus.customization.model.customizationplugin.CustomizationPluginPackage#getUICustom_LoadByDefault()
@@ -50,7 +50,7 @@ public interface UICustom extends FileBasedCustomizableElement {
* Sets the value of the '{@link org.eclipse.papyrus.customization.model.customizationplugin.UICustom#isLoadByDefault <em>Load By Default</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
* the new value of the '<em>Load By Default</em>' attribute.
* @see #isLoadByDefault()

Back to the top