From e7840443ec62d13de71f1b498db6fce87732721c Mon Sep 17 00:00:00 2001
From: Vincent Aravantinos <aravantinos@fortiss.org>
Date: Thu, 6 Mar 2014 18:20:11 +0000
Subject: [PATCH] small fix refs 1925

---
 org.fortiss.tooling.kernel/trunk/model/kernel.ecore | 2 --
 1 file changed, 2 deletions(-)

diff --git a/org.fortiss.tooling.kernel/trunk/model/kernel.ecore b/org.fortiss.tooling.kernel/trunk/model/kernel.ecore
index 018e586b8..6fec1389f 100644
--- a/org.fortiss.tooling.kernel/trunk/model/kernel.ecore
+++ b/org.fortiss.tooling.kernel/trunk/model/kernel.ecore
@@ -104,7 +104,6 @@
       interface="true">
     <eOperations name="completeCopyEnvironment">
       <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
-        <details key="body" value="/** To be implemented by subclasses. **/"/>
         <details key="documentation" value="Hook to allow changing the copy map, typically by adding elements that are not copied but might still be necessary to preserve some information.&#xA;The typical example is to copy connections between elements: the top element containing the connections is not copied, but necessary to copy the connections."/>
       </eAnnotations>
       <eParameters name="copyMap">
@@ -116,7 +115,6 @@
     </eOperations>
     <eOperations name="copyConnections">
       <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
-        <details key="body" value="/** To be implemented by subclasses. **/"/>
         <details key="documentation" value="Hook to allow copying the connections between elements.&#xA;Goes hand in hand with completeCopyEnvironment.&#xA;Typically, one first calls completeCopyEnvironment on all copied elements and then copyConnections to copy the connections."/>
       </eAnnotations>
       <eParameters name="copyMap">
-- 
GitLab