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

neil_a_wilson
01.18.2007 3e3246e42af6979556dec66ec10ad3d3e009217c
opendj-sdk/opends/src/server/org/opends/server/extensions/NullKeyManagerProvider.java
@@ -57,7 +57,6 @@
   */
  public NullKeyManagerProvider()
  {
    // No implementation is required.
  }
@@ -81,7 +80,6 @@
  public void initializeKeyManagerProvider(ConfigEntry configEntry)
         throws ConfigException, InitializationException
  {
    // No implementation is required.
  }
@@ -93,7 +91,6 @@
   */
  public void finalizeKeyManagerProvider()
  {
    // No implementation is required.
  }
@@ -112,7 +109,6 @@
  public KeyManager[] getKeyManagers()
         throws DirectoryException
  {
    return new KeyManager[0];
  }
}