mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

matthew_swift
03.04.2009 e4a401abbf1801a2310fbe216e2df712d42a9c20
opendj-sdk/sdk/src/org/opends/sdk/tools/DistrustAllTrustManager.java
File was renamed from opendj-sdk/sdk/src/org/opends/sdk/util/ssl/DistrustAllTrustManager.java
@@ -25,7 +25,7 @@
 *      Copyright 2008 Sun Microsystems, Inc.
 */
package org.opends.sdk.util.ssl;
package org.opends.sdk.tools;
import java.security.cert.CertificateException;
import java.security.cert.X509Certificate;
@@ -35,7 +35,7 @@
/**
 * An X509TrustManager which trusts everything.
 */
public class DistrustAllTrustManager implements X509TrustManager {
final class DistrustAllTrustManager implements X509TrustManager {
  /**
   * {@inheritDoc}