Fixed API
This commit is contained in:
parent
f40b563297
commit
1d74ee7905
|
@ -134,7 +134,8 @@ public final class ContextImpl extends EntityElementImpl implements Context {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void addChild(IsParentOf isParentOf) {
|
public void addChild(IsParentOf isParentOf) {
|
||||||
((ContextImpl) isParentOf.getTarget()).setParent(this);
|
// ((ContextImpl) isParentOf.getTarget()).setParent(this);
|
||||||
|
isParentOf.setSource(this);
|
||||||
children.add(isParentOf);
|
children.add(isParentOf);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue