Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Noyrit2016-10-28 10:18:20 +0000
committerBenoit Maggi2016-11-03 09:00:55 +0000
commit1bfb6cbc8605a6807bd825ce8034e4a7429ecd23 (patch)
tree23b083efe646c61cd5111fd8288f72d489cf24cb /plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/src-gen/org/eclipse/papyrus/uml/diagram/clazz/preferences/DiagramRulersAndGridPreferencePage.java
parent82b9f1c7672a17821c7b485a0404b23add9783a0 (diff)
downloadorg.eclipse.papyrus-1bfb6cbc8605a6807bd825ce8034e4a7429ecd23.tar.gz
org.eclipse.papyrus-1bfb6cbc8605a6807bd825ce8034e4a7429ecd23.tar.xz
org.eclipse.papyrus-1bfb6cbc8605a6807bd825ce8034e4a7429ecd23.zip
Bug 505961 - [Class][Composite] Display InformationFlow Name
- Added InformationFlow Name label to GMFGen of Clazz diagram - Added InformationFlow Name label to GMFGen of Composite diagram - Fixed typo in Diagram generation template - Regenerated Clazz diagram with this updated template - Regenerated Composite diagram with this updated template - Applied Papyrus Formatter to generated code Change-Id: I93379422ea8d38d580e84b3da28e1dd0caa71293
Diffstat (limited to 'plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/src-gen/org/eclipse/papyrus/uml/diagram/clazz/preferences/DiagramRulersAndGridPreferencePage.java')
-rw-r--r--plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/src-gen/org/eclipse/papyrus/uml/diagram/clazz/preferences/DiagramRulersAndGridPreferencePage.java16
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/src-gen/org/eclipse/papyrus/uml/diagram/clazz/preferences/DiagramRulersAndGridPreferencePage.java b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/src-gen/org/eclipse/papyrus/uml/diagram/clazz/preferences/DiagramRulersAndGridPreferencePage.java
index 8efe0895655..bafe2ee5efa 100644
--- a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/src-gen/org/eclipse/papyrus/uml/diagram/clazz/preferences/DiagramRulersAndGridPreferencePage.java
+++ b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/src-gen/org/eclipse/papyrus/uml/diagram/clazz/preferences/DiagramRulersAndGridPreferencePage.java
@@ -1,13 +1,13 @@
/**
* Copyright (c) 2014 CEA LIST.
- *
- * 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:
- * CEA LIST - Initial API and implementation
+ *
+ * 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:
+ * CEA LIST - Initial API and implementation
*/
package org.eclipse.papyrus.uml.diagram.clazz.preferences;

Back to the top