Removed unused local variables
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@722181 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
70f61a78a8
commit
2a66c59754
|
@ -61,8 +61,6 @@ import org.apache.http.client.methods.HttpGet;
|
||||||
import org.apache.http.conn.scheme.Scheme;
|
import org.apache.http.conn.scheme.Scheme;
|
||||||
import org.apache.http.impl.client.DefaultHttpClient;
|
import org.apache.http.impl.client.DefaultHttpClient;
|
||||||
import org.apache.http.localserver.LocalTestServer;
|
import org.apache.http.localserver.LocalTestServer;
|
||||||
import org.apache.http.params.BasicHttpParams;
|
|
||||||
import org.apache.http.params.HttpParams;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Unit tests for {@link SSLSocketFactory}.
|
* Unit tests for {@link SSLSocketFactory}.
|
||||||
|
@ -113,7 +111,6 @@ public class TestSSLSocketFactory extends TestCase
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testCreateSocket() throws Exception {
|
public void testCreateSocket() throws Exception {
|
||||||
HttpParams params = new BasicHttpParams();
|
|
||||||
String password = "changeit";
|
String password = "changeit";
|
||||||
char[] pwd = password.toCharArray();
|
char[] pwd = password.toCharArray();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue