Skip to content
Snippets Groups Projects
Commit 89817595 authored by Irina LEE's avatar Irina LEE
Browse files

fixe problem in cluster (syscams)

parent 8db00e3e
No related branches found
No related tags found
1 merge request!72Syscams
...@@ -407,11 +407,10 @@ public class SysCAMSCompositeComponent extends TGCScalableWithInternalComponent ...@@ -407,11 +407,10 @@ public class SysCAMSCompositeComponent extends TGCScalableWithInternalComponent
public boolean acceptSwallowedTGComponent(TGComponent tgc) { public boolean acceptSwallowedTGComponent(TGComponent tgc) {
if (tgc instanceof SysCAMSBlockTDF) { if (tgc instanceof SysCAMSBlockTDF) {
return tgc instanceof SysCAMSBlockTDF; return true;
} else if (tgc instanceof SysCAMSBlockDE) { } else if (tgc instanceof SysCAMSBlockDE) {
return tgc instanceof SysCAMSBlockDE;
} else {
return true; return true;
} }
return false;
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment