Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael ADAM2014-05-15 13:46:50 +0000
committerMickael ADAM2014-05-15 13:46:50 +0000
commit2f3f75f387b00ba2eabfce8548802b10012abc11 (patch)
tree4d83f244a61c7690aacfa065d290c9636114c4c7 /plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src/org/eclipse/papyrus/uml/diagram/profile/edit/parts/AssociationRoleSourceEditPart.java
parent8271db46544dc539a32e161a4ef8cbc70912cdf3 (diff)
downloadorg.eclipse.papyrus-2f3f75f387b00ba2eabfce8548802b10012abc11.tar.gz
org.eclipse.papyrus-2f3f75f387b00ba2eabfce8548802b10012abc11.tar.xz
org.eclipse.papyrus-2f3f75f387b00ba2eabfce8548802b10012abc11.zip
432131: [Profile Diagram] Palette should be organized for consistency
with other diagrams https://bugs.eclipse.org/bugs/show_bug.cgi?id=432131 Change: -Rebased due to conflict Previous Change: -Replace Generated NOT methode Previous changes: -Use of Zero Blank Formatter Previous changes: - Ordered profile palette - Generation of profile diagram - Removed the ligne of Edit Helper Advice of Class Edit Part CN to avoid NullPointerException at the plugin loading Change-Id: Ibbe5a3a1a8d9ef226359ecf0cdbb1a01654ffad2 Signed-off-by: Mickael ADAM <mickael.adam@ALL4TEC.net>
Diffstat (limited to 'plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src/org/eclipse/papyrus/uml/diagram/profile/edit/parts/AssociationRoleSourceEditPart.java')
-rw-r--r--plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src/org/eclipse/papyrus/uml/diagram/profile/edit/parts/AssociationRoleSourceEditPart.java6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src/org/eclipse/papyrus/uml/diagram/profile/edit/parts/AssociationRoleSourceEditPart.java b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src/org/eclipse/papyrus/uml/diagram/profile/edit/parts/AssociationRoleSourceEditPart.java
index 85900b89955..a1ce277ab17 100644
--- a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src/org/eclipse/papyrus/uml/diagram/profile/edit/parts/AssociationRoleSourceEditPart.java
+++ b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/src/org/eclipse/papyrus/uml/diagram/profile/edit/parts/AssociationRoleSourceEditPart.java
@@ -1,4 +1,4 @@
-/*
+/**
* Copyright (c) 2014 CEA LIST.
*
* All rights reserved. This program and the accompanying materials
@@ -7,9 +7,7 @@
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * Vincent Lorenzo (CEA LIST) vincent.lorenzo@cea.fr - Initial API and implementation
- *
- *
+ * CEA LIST - Initial API and implementation
*/
package org.eclipse.papyrus.uml.diagram.profile.edit.parts;

Back to the top