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/CommunicationType.java')
-rw-r--r--plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/CommunicationType.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/CommunicationType.java b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/CommunicationType.java
index 4f432134d..95e62722e 100644
--- a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/CommunicationType.java
+++ b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/room/CommunicationType.java
@@ -216,7 +216,6 @@ public enum CommunicationType implements Enumerator
* <!-- end-user-doc -->
* @generated
*/
- @Override
public int getValue()
{
return value;
@@ -227,7 +226,6 @@ public enum CommunicationType implements Enumerator
* <!-- end-user-doc -->
* @generated
*/
- @Override
public String getName()
{
return name;
@@ -238,7 +236,6 @@ public enum CommunicationType implements Enumerator
* <!-- end-user-doc -->
* @generated
*/
- @Override
public String getLiteral()
{
return literal;

Back to the top