Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.qvtd.cs2as.compiler.tests/tests-gen/example4/kiamaas/impl/TopImpl.java')
-rw-r--r--tests/org.eclipse.qvtd.cs2as.compiler.tests/tests-gen/example4/kiamaas/impl/TopImpl.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/org.eclipse.qvtd.cs2as.compiler.tests/tests-gen/example4/kiamaas/impl/TopImpl.java b/tests/org.eclipse.qvtd.cs2as.compiler.tests/tests-gen/example4/kiamaas/impl/TopImpl.java
index 616a7d47b..b9c065872 100644
--- a/tests/org.eclipse.qvtd.cs2as.compiler.tests/tests-gen/example4/kiamaas/impl/TopImpl.java
+++ b/tests/org.eclipse.qvtd.cs2as.compiler.tests/tests-gen/example4/kiamaas/impl/TopImpl.java
@@ -73,6 +73,7 @@ public class TopImpl extends MinimalEObjectImpl.Container implements Top {
* <!-- end-user-doc -->
* @generated
*/
+ @Override
public Node getNode() {
return node;
}
@@ -97,6 +98,7 @@ public class TopImpl extends MinimalEObjectImpl.Container implements Top {
* <!-- end-user-doc -->
* @generated
*/
+ @Override
public void setNode(Node newNode) {
if (newNode != node) {
NotificationChain msgs = null;

Back to the top