summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/core/src
diff options
context:
space:
mode:
authormcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68>2008-12-04 13:33:14 +0000
committermcombellack <mcombellack@13f79535-47bb-0310-9956-ffa450edef68>2008-12-04 13:33:14 +0000
commit23f64f5b0f4809f0b6a8ba49fdbc3d392fb820df (patch)
treee8da7d1a8ac0bde73c8ec921f8fa6760712eba43 /java/sca/modules/core/src
parent44ef22d492c0737a01ea3a83a11e2bcf391ef8d3 (diff)
Removed unused imports
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@723316 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/core/src')
-rw-r--r--java/sca/modules/core/src/test/java/org/apache/tuscany/sca/core/invocation/impl/PhaseManagerTestCase.java1
-rw-r--r--java/sca/modules/core/src/test/java/org/apache/tuscany/sca/core/invocation/impl/PhaseSorterTestCase.java6
2 files changed, 3 insertions, 4 deletions
diff --git a/java/sca/modules/core/src/test/java/org/apache/tuscany/sca/core/invocation/impl/PhaseManagerTestCase.java b/java/sca/modules/core/src/test/java/org/apache/tuscany/sca/core/invocation/impl/PhaseManagerTestCase.java
index c5eb009619..8fcead004d 100644
--- a/java/sca/modules/core/src/test/java/org/apache/tuscany/sca/core/invocation/impl/PhaseManagerTestCase.java
+++ b/java/sca/modules/core/src/test/java/org/apache/tuscany/sca/core/invocation/impl/PhaseManagerTestCase.java
@@ -21,7 +21,6 @@ package org.apache.tuscany.sca.core.invocation.impl;
import java.util.List;
-import org.apache.tuscany.sca.core.invocation.impl.PhaseManager;
import org.junit.Assert;
import org.junit.Test;
diff --git a/java/sca/modules/core/src/test/java/org/apache/tuscany/sca/core/invocation/impl/PhaseSorterTestCase.java b/java/sca/modules/core/src/test/java/org/apache/tuscany/sca/core/invocation/impl/PhaseSorterTestCase.java
index 04f8213d5d..c268e133e4 100644
--- a/java/sca/modules/core/src/test/java/org/apache/tuscany/sca/core/invocation/impl/PhaseSorterTestCase.java
+++ b/java/sca/modules/core/src/test/java/org/apache/tuscany/sca/core/invocation/impl/PhaseSorterTestCase.java
@@ -18,15 +18,15 @@
*/
package org.apache.tuscany.sca.core.invocation.impl;
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertTrue;
+
import java.util.Arrays;
import java.util.List;
-import org.apache.tuscany.sca.core.invocation.impl.PhaseSorter;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
-import static org.junit.Assert.assertEquals;
-import static org.junit.Assert.assertTrue;
public class PhaseSorterTestCase {
private PhaseSorter<String> graph;