Unused import

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1353369 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2012-06-25 00:59:31 +00:00
parent 0bef1af005
commit b4d78c4d69
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@
package org.apache.http.client.utils; package org.apache.http.client.utils;
import java.net.URI; import java.net.URI;
import java.net.URISyntaxException;
import org.apache.http.HttpHost; import org.apache.http.HttpHost;
import org.junit.Assert; import org.junit.Assert;