diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2010-07-28 21:01:10 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2010-07-28 21:01:10 +0000 |
commit | 81631115b22189ecd335733cadad68daea251177 (patch) | |
tree | 3233133b2450f113bdd901a3f4839ce11e056e00 | |
parent | f1b6c5a34f3f6c3532a11a81a1165ef170949a4d (diff) |
Remove unused imports
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@980213 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-2.x/trunk/samples/webapps/helloworld-jaxrs/src/test/java/itest/HelloworldTestCase.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld-jaxrs/src/test/java/itest/HelloworldTestCase.java b/sca-java-2.x/trunk/samples/webapps/helloworld-jaxrs/src/test/java/itest/HelloworldTestCase.java index ffe5dd3b2b..50197cdfcb 100644 --- a/sca-java-2.x/trunk/samples/webapps/helloworld-jaxrs/src/test/java/itest/HelloworldTestCase.java +++ b/sca-java-2.x/trunk/samples/webapps/helloworld-jaxrs/src/test/java/itest/HelloworldTestCase.java @@ -23,15 +23,12 @@ import static org.junit.Assert.assertEquals; import java.io.IOException;
import java.net.MalformedURLException;
-import java.util.Iterator;
import org.junit.Test;
import com.gargoylesoftware.htmlunit.FailingHttpStatusCodeException;
import com.gargoylesoftware.htmlunit.TextPage;
import com.gargoylesoftware.htmlunit.WebClient;
-import com.gargoylesoftware.htmlunit.html.HtmlElement;
-import com.gargoylesoftware.htmlunit.html.HtmlParagraph;
/**
*/
|