Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.core.config/src-gen/org/eclipse/etrice/core/config/DynamicConfig.java')
-rw-r--r--plugins/org.eclipse.etrice.core.config/src-gen/org/eclipse/etrice/core/config/DynamicConfig.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.etrice.core.config/src-gen/org/eclipse/etrice/core/config/DynamicConfig.java b/plugins/org.eclipse.etrice.core.config/src-gen/org/eclipse/etrice/core/config/DynamicConfig.java
index f71e683f5..ad0396c9a 100644
--- a/plugins/org.eclipse.etrice.core.config/src-gen/org/eclipse/etrice/core/config/DynamicConfig.java
+++ b/plugins/org.eclipse.etrice.core.config/src-gen/org/eclipse/etrice/core/config/DynamicConfig.java
@@ -120,12 +120,12 @@ public interface DynamicConfig extends EObject
*
* <!-- end-model-doc -->
* @return the value of the '<em>Polling</em>' attribute.
- * @see #setPolling(int)
+ * @see #setPolling(long)
* @see org.eclipse.etrice.core.config.ConfigPackage#getDynamicConfig_Polling()
* @model
* @generated
*/
- int getPolling();
+ long getPolling();
/**
* Sets the value of the '{@link org.eclipse.etrice.core.config.DynamicConfig#getPolling <em>Polling</em>}' attribute.
@@ -135,6 +135,6 @@ public interface DynamicConfig extends EObject
* @see #getPolling()
* @generated
*/
- void setPolling(int value);
+ void setPolling(long value);
} // DynamicConfig

Back to the top