Correct typo that was prevent properties from being processed correctly in promotion case

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@820596 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
slaws 2009-10-01 10:18:06 +00:00
parent d19db0c360
commit 679cfecad6

View file

@ -281,7 +281,7 @@ public class ComponentBuilderImpl {
// Connect this component's properties to the
// properties from its component type
connectReferencesToComponentType(component);
connectPropertiesToComponentType(component);
// Reconcile component properties and their component type properties
for (ComponentProperty componentProperty : component.getProperties()) {