1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Removed some commented lines of code-- testing check in to the mainline

This commit is contained in:
Bradley Young 2008-12-04 22:15:43 +00:00
parent c21097af65
commit b8e686039f

View File

@ -50,8 +50,6 @@ public final class TrustManagerFactory {
}
private static class SecureX509TrustManager implements X509TrustManager {
//private static X509TrustManager mTrustManager;
//private static X509TrustManager mLocalTrustManager;
private static String mHost;
private static SecureX509TrustManager me;
@ -70,11 +68,6 @@ public final class TrustManagerFactory {
mHost = host;
}
//
// public static void updateTrustManager(X509TrustManager trustManager) {
// mTrustManager = trustManager;
// }
public void checkClientTrusted(X509Certificate[] chain, String authType)
throws CertificateException {
defaultTrustManager.checkClientTrusted(chain, authType);