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

matthew_swift
03.04.2009 39db72786ec179e67e3c1c0c71a2e93672999ea5
sdk/src/org/opends/sdk/tools/DistrustAllTrustManager.java
File was renamed from 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}