Skip to content

Commit

Permalink
Merge pull request #142 from d3scomp/newgen-iliasg
Browse files Browse the repository at this point in the history
merging quick fix to master
  • Loading branch information
iliasger committed Oct 7, 2014
2 parents 07e5cf5 + 3e9c472 commit c26234b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,7 @@ private cz.cuni.mff.d3s.deeco.model.architecture.api.ComponentInstance getCompon
remoteComponentInstance = ArchitectureFactory.eINSTANCE.createRemoteComponentInstance();
remoteComponentInstance.setId(id);
remoteComponentInstance.setKnowledgeManager(kmContainer.getReplica(id));
architecture.getComponentInstances().add(remoteComponentInstance);
remoteComponentInstances.put(id, remoteComponentInstance);
}
instance = (cz.cuni.mff.d3s.deeco.model.architecture.api.ComponentInstance) remoteComponentInstance;
Expand Down

0 comments on commit c26234b

Please sign in to comment.