Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/tools/InteractionChildCreationTool.java')
-rw-r--r--plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/tools/InteractionChildCreationTool.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/tools/InteractionChildCreationTool.java b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/tools/InteractionChildCreationTool.java
index 987f22aa721..56c2f5e066b 100644
--- a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/tools/InteractionChildCreationTool.java
+++ b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/custom-src/org/eclipse/papyrus/uml/diagram/sequence/tools/InteractionChildCreationTool.java
@@ -1,13 +1,13 @@
/*****************************************************************************
* Copyright (c) 2017 CEA LIST, ALL4TEC and others.
- *
+ *
* 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:
- * Mickaël ADAM (ALL4TEC) mickael.adam@all4tec.net - Bug 510587
+ * Micka�l ADAM (ALL4TEC) mickael.adam@all4tec.net - Bug 510587
*****************************************************************************/
package org.eclipse.papyrus.uml.diagram.sequence.tools;
@@ -36,7 +36,7 @@ public class InteractionChildCreationTool extends AspectUnspecifiedTypeCreationT
/**
* {@inheritDoc}
- *
+ *
* @see org.eclipse.gef.tools.TargetingTool#updateTargetUnderMouse()
*/
@Override

Back to the top