Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/TriggeredTransition.java')
-rw-r--r--plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/TriggeredTransition.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/TriggeredTransition.java b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/TriggeredTransition.java
index bd37fc9a7..3b5b13053 100644
--- a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/TriggeredTransition.java
+++ b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/TriggeredTransition.java
@@ -10,7 +10,7 @@ import org.eclipse.emf.common.util.EList;
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
- * Triggered transitions start at a {@link State} or a {@link TransitionPoint}.
+ * <br>Triggered transitions start at a {@link State} or a {@link TransitionPoint}.
* It defines a list of {@link Trigger}s that specify the conditions
* when the transition fires and is traversed. This kind of
* transition is only allowed in event driven and mixed (async) state
@@ -37,7 +37,7 @@ public interface TriggeredTransition extends TransitionChainStartTransition
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
- * This is a list of all triggers of the transition.
+ * <br>This is a list of all triggers of the transition.
*
* <!-- end-model-doc -->
* @return the value of the '<em>Triggers</em>' containment reference list.

Back to the top