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

neil_a_wilson
01.18.2007 a49dee3f75d6e2548e9114d9495655dd56f06973
opends/src/server/org/opends/server/extensions/NullTrustManagerProvider.java
@@ -58,7 +58,6 @@
   */
  public NullTrustManagerProvider()
  {
    // No implementation is required.
  }
@@ -82,7 +81,6 @@
  public void initializeTrustManagerProvider(ConfigEntry configEntry)
         throws ConfigException, InitializationException
  {
    // No implementation is required.
  }
@@ -94,7 +92,6 @@
   */
  public void finalizeTrustManagerProvider()
  {
    // No implementation is required.
  }
@@ -113,7 +110,6 @@
  public TrustManager[] getTrustManagers()
         throws DirectoryException
  {
    return new TrustManager[0];
  }
}