From 523048c014f0ce4ac463cb864bcc40efc614120b Mon Sep 17 00:00:00 2001 From: rfeng Date: Thu, 3 Jul 2008 23:59:53 +0000 Subject: Merge the fix from trunk to fix compilation errors caused by r673817 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673874 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/test/java/impl/xquery/CouldNotLocateFileTestCase.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'branches/sca-java-1.3/itest/validation/src/test/java/impl/xquery/CouldNotLocateFileTestCase.java') diff --git a/branches/sca-java-1.3/itest/validation/src/test/java/impl/xquery/CouldNotLocateFileTestCase.java b/branches/sca-java-1.3/itest/validation/src/test/java/impl/xquery/CouldNotLocateFileTestCase.java index fcaeb27bc0..f90fc3b83f 100644 --- a/branches/sca-java-1.3/itest/validation/src/test/java/impl/xquery/CouldNotLocateFileTestCase.java +++ b/branches/sca-java-1.3/itest/validation/src/test/java/impl/xquery/CouldNotLocateFileTestCase.java @@ -19,9 +19,11 @@ package impl.xquery; import junit.framework.TestCase; + import org.apache.tuscany.sca.monitor.Monitor; import org.apache.tuscany.sca.monitor.Problem; -import org.apache.tuscany.sca.monitor.impl.DefaultLoggingMonitorImpl; +import org.apache.tuscany.sca.monitor.logging.impl.DefaultLoggingMonitorImpl; + import domain.CustomCompositeBuilder; /** -- cgit v1.2.3