Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.compare.diagram.papyrus.tests/src/org/eclipse/emf/compare/diagram/papyrus/tests/merge/data/assocs/twoway/a2/package-info.java')
-rw-r--r--plugins/org.eclipse.emf.compare.diagram.papyrus.tests/src/org/eclipse/emf/compare/diagram/papyrus/tests/merge/data/assocs/twoway/a2/package-info.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.compare.diagram.papyrus.tests/src/org/eclipse/emf/compare/diagram/papyrus/tests/merge/data/assocs/twoway/a2/package-info.java b/plugins/org.eclipse.emf.compare.diagram.papyrus.tests/src/org/eclipse/emf/compare/diagram/papyrus/tests/merge/data/assocs/twoway/a2/package-info.java
index 42a581137..4d387bd37 100644
--- a/plugins/org.eclipse.emf.compare.diagram.papyrus.tests/src/org/eclipse/emf/compare/diagram/papyrus/tests/merge/data/assocs/twoway/a2/package-info.java
+++ b/plugins/org.eclipse.emf.compare.diagram.papyrus.tests/src/org/eclipse/emf/compare/diagram/papyrus/tests/merge/data/assocs/twoway/a2/package-info.java
@@ -11,9 +11,9 @@
/**
* Contains data for the following test case: Two classes C1 and C2 exist, and an association C1 -> C2 exists.
- * Both target and source properties of this assoc are owned by the association itself.
- * In the other model, a class C3 is added, and the association is reconnected to the new class C3.
+ * Both target and source properties of this assoc are owned by the association itself. In the other model, a
+ * class C3 is added, and the association is reconnected to the new class C3.
*
* @author <a href="mailto:laurent.delaigue@obeo.fr">Laurent Delaigue</a>
*/
-package org.eclipse.emf.compare.diagram.papyrus.tests.merge.data.assocs.twoway.a2; \ No newline at end of file
+package org.eclipse.emf.compare.diagram.papyrus.tests.merge.data.assocs.twoway.a2;

Back to the top