Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2012-12-18 15:53:47 +0000
committerHenrik Rentz-Reichert2012-12-18 15:53:47 +0000
commit2c77fd9d9176c75871ac675f8632fbffde567c5c (patch)
tree8bd8996b5402e0524a96ddc30429f82540c899b5 /plugins/org.eclipse.etrice.generator.java/src/org/eclipse
parent04431924b8da968139a32b16992f4a47783a15dc (diff)
downloadorg.eclipse.etrice-2c77fd9d9176c75871ac675f8632fbffde567c5c.tar.gz
org.eclipse.etrice-2c77fd9d9176c75871ac675f8632fbffde567c5c.tar.xz
org.eclipse.etrice-2c77fd9d9176c75871ac675f8632fbffde567c5c.zip
[generator.config, generator.java] removed TODOs from generated code
Diffstat (limited to 'plugins/org.eclipse.etrice.generator.java/src/org/eclipse')
-rw-r--r--plugins/org.eclipse.etrice.generator.java/src/org/eclipse/etrice/generator/java/gen/ProtocolClassGen.xtend2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.etrice.generator.java/src/org/eclipse/etrice/generator/java/gen/ProtocolClassGen.xtend b/plugins/org.eclipse.etrice.generator.java/src/org/eclipse/etrice/generator/java/gen/ProtocolClassGen.xtend
index 69889bc26..492a8cc73 100644
--- a/plugins/org.eclipse.etrice.generator.java/src/org/eclipse/etrice/generator/java/gen/ProtocolClassGen.xtend
+++ b/plugins/org.eclipse.etrice.generator.java/src/org/eclipse/etrice/generator/java/gen/ProtocolClassGen.xtend
@@ -154,7 +154,7 @@ class ProtocolClassGen extends GenericProtocolClassGenerator {
«IF pclass!=null»
«pclass.attributes.attributes»
- // TODO JH: Avoid collision attr getters/setter <-> user operations
+««« // TODO JH: Avoid collision attr getters/setter <-> user operations
«attributeSettersGettersImplementation(pclass.attributes, null)»
«pclass.operations.operationsImplementation(portClassName)»
«ENDIF»

Back to the top