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:
parent
d19db0c360
commit
679cfecad6
1 changed files with 1 additions and 1 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue