Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/org.eclipse.etrice.modellib.java/src-gen/org/eclipse/etrice/modellib/Socket/DSocketConfiguration.java')
-rw-r--r--runtime/org.eclipse.etrice.modellib.java/src-gen/org/eclipse/etrice/modellib/Socket/DSocketConfiguration.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/org.eclipse.etrice.modellib.java/src-gen/org/eclipse/etrice/modellib/Socket/DSocketConfiguration.java b/runtime/org.eclipse.etrice.modellib.java/src-gen/org/eclipse/etrice/modellib/Socket/DSocketConfiguration.java
index cf5a0c40c..7c17ea7fc 100644
--- a/runtime/org.eclipse.etrice.modellib.java/src-gen/org/eclipse/etrice/modellib/Socket/DSocketConfiguration.java
+++ b/runtime/org.eclipse.etrice.modellib.java/src-gen/org/eclipse/etrice/modellib/Socket/DSocketConfiguration.java
@@ -1,5 +1,7 @@
package org.eclipse.etrice.modellib.Socket;
+import static org.eclipse.etrice.runtime.java.etunit.EtUnit.*;
+
@@ -52,6 +54,7 @@ public class DSocketConfiguration {
super();
// initialize attributes
+ this.setServerName("");
}
// constructor using fields

Back to the top