Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcmraidha2011-10-28 14:20:30 +0000
committercmraidha2011-10-28 14:20:30 +0000
commite7810bdeed7041a81ac39e7485a46be9c9197b24 (patch)
treece5fa7d0a57bc564673d3f42430ef1ac61597290 /extraplugins
parent27a0826281136a7e9134d648216a04ed160acb83 (diff)
downloadorg.eclipse.papyrus-e7810bdeed7041a81ac39e7485a46be9c9197b24.tar.gz
org.eclipse.papyrus-e7810bdeed7041a81ac39e7485a46be9c9197b24.tar.xz
org.eclipse.papyrus-e7810bdeed7041a81ac39e7485a46be9c9197b24.zip
Bug 362316 - ExtraPlugin MARTE - Atomic cleintServer ports
Diffstat (limited to 'extraplugins')
-rw-r--r--extraplugins/marte/org.eclipse.papyrus.marte.static.profile/src/org/eclipse/papyrus/MARTE/MARTE_DesignModel/GCM/impl/ClientServerPortImpl.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/extraplugins/marte/org.eclipse.papyrus.marte.static.profile/src/org/eclipse/papyrus/MARTE/MARTE_DesignModel/GCM/impl/ClientServerPortImpl.java b/extraplugins/marte/org.eclipse.papyrus.marte.static.profile/src/org/eclipse/papyrus/MARTE/MARTE_DesignModel/GCM/impl/ClientServerPortImpl.java
index 8eaa24a6d48..d7e45f4ef29 100644
--- a/extraplugins/marte/org.eclipse.papyrus.marte.static.profile/src/org/eclipse/papyrus/MARTE/MARTE_DesignModel/GCM/impl/ClientServerPortImpl.java
+++ b/extraplugins/marte/org.eclipse.papyrus.marte.static.profile/src/org/eclipse/papyrus/MARTE/MARTE_DesignModel/GCM/impl/ClientServerPortImpl.java
@@ -200,12 +200,12 @@ public class ClientServerPortImpl extends EObjectImpl implements ClientServerPor
PortSpecificationKind portSpecKind = SPECIFICATION_KIND_EDEFAULT;
if(getBase_Port() != null) {
if(getBase_Port().getType() != null && getBase_Port().getType() instanceof Signal) {
- if(getProvInterface() != null)
+ /*if(getProvInterface() != null)
getProvInterface().clear();
if(getReqInterface() != null)
getReqInterface().clear();
if(getFeaturesSpec() != null)
- setFeaturesSpec(null);
+ setFeaturesSpec(null);*/
portSpecKind = PortSpecificationKind.ATOMIC;
}
else if(getBase_Port().getType() == null) {

Back to the top