Removed unused local variables
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@721808 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
07dad4db9c
commit
f7d3372681
|
@ -211,9 +211,6 @@ public class TestHostnameVerifier extends TestCase
|
|||
}
|
||||
|
||||
public void testSubjectAlt() throws Exception {
|
||||
X509HostnameVerifier DEFAULT = new BrowserCompatHostnameVerifier();
|
||||
X509HostnameVerifier STRICT = new StrictHostnameVerifier();
|
||||
X509HostnameVerifier ALLOW_ALL = new AllowAllHostnameVerifier();
|
||||
CertificateFactory cf = CertificateFactory.getInstance("X.509");
|
||||
InputStream in = new ByteArrayInputStream(X509_MULTIPLE_SUBJECT_ALT);
|
||||
X509Certificate x509 = (X509Certificate) cf.generateCertificate(in);
|
||||
|
|
Loading…
Reference in New Issue