summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3/itest/validation/src/test/java/impl/resource/LocationAttributeMissingTestCase.java
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-07-03 23:59:53 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-07-03 23:59:53 +0000
commit523048c014f0ce4ac463cb864bcc40efc614120b (patch)
treeaf5117cb106f92d057a8cc18e15c1a7b967ef2ba /branches/sca-java-1.3/itest/validation/src/test/java/impl/resource/LocationAttributeMissingTestCase.java
parent016167dc07fc1674770488005f96bea60267d55c (diff)
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
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.3/itest/validation/src/test/java/impl/resource/LocationAttributeMissingTestCase.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/branches/sca-java-1.3/itest/validation/src/test/java/impl/resource/LocationAttributeMissingTestCase.java b/branches/sca-java-1.3/itest/validation/src/test/java/impl/resource/LocationAttributeMissingTestCase.java
index 3ca4e275f0..461895f824 100644
--- a/branches/sca-java-1.3/itest/validation/src/test/java/impl/resource/LocationAttributeMissingTestCase.java
+++ b/branches/sca-java-1.3/itest/validation/src/test/java/impl/resource/LocationAttributeMissingTestCase.java
@@ -19,9 +19,10 @@
package impl.resource;
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;