From 2082c54eed45553088ab8a90eeee982df14f443c Mon Sep 17 00:00:00 2001 From: slaws Date: Fri, 16 Oct 2009 08:56:21 +0000 Subject: Fix up some stragglers that are now breaking the build after the uber monitor commit at r825773 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@825814 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/tuscany/sca/builder/impl/ComponentBuilderImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'java/sca/modules/builder/src/main') diff --git a/java/sca/modules/builder/src/main/java/org/apache/tuscany/sca/builder/impl/ComponentBuilderImpl.java b/java/sca/modules/builder/src/main/java/org/apache/tuscany/sca/builder/impl/ComponentBuilderImpl.java index 1f727bb5c0..431d21179c 100644 --- a/java/sca/modules/builder/src/main/java/org/apache/tuscany/sca/builder/impl/ComponentBuilderImpl.java +++ b/java/sca/modules/builder/src/main/java/org/apache/tuscany/sca/builder/impl/ComponentBuilderImpl.java @@ -121,7 +121,7 @@ public class ComponentBuilderImpl { // hierarchy must be done before we calculate the component type // check that the implementation is present - if (!isComponentImplementationPresent(component)){ + if (!isComponentImplementationPresent(component, monitor)){ return; } @@ -162,7 +162,7 @@ public class ComponentBuilderImpl { * @param component * @return true if the implementation is present and resolved */ - private boolean isComponentImplementationPresent(Component component){ + private boolean isComponentImplementationPresent(Component component, Monitor monitor){ Implementation implementation = component.getImplementation(); if (implementation == null) { // A component must have an implementation -- cgit v1.2.3