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/impl/RelaySAPointImpl.java')
-rw-r--r--plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/impl/RelaySAPointImpl.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/impl/RelaySAPointImpl.java b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/impl/RelaySAPointImpl.java
index a2004f843..4b38f38dc 100644
--- a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/impl/RelaySAPointImpl.java
+++ b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/impl/RelaySAPointImpl.java
@@ -64,6 +64,7 @@ public class RelaySAPointImpl extends SAPointImpl implements RelaySAPoint
* <!-- end-user-doc -->
* @generated
*/
+ @Override
public SPP getRelay()
{
if (relay != null && relay.eIsProxy())
@@ -94,6 +95,7 @@ public class RelaySAPointImpl extends SAPointImpl implements RelaySAPoint
* <!-- end-user-doc -->
* @generated
*/
+ @Override
public void setRelay(SPP newRelay)
{
SPP oldRelay = relay;

Back to the top