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

Nicolas Capponi
19.16.2016 41a77447d0129f83e324f938a4499d55d6b8ede6
OPENDJ-2987 Remove DirectoryServer#deregisterObjectClass()
1 files modified
13 ■■■■■ changed files
opendj-server-legacy/src/main/java/org/opends/server/core/DirectoryServer.java 13 ●●●●● patch | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/server/core/DirectoryServer.java
@@ -2417,19 +2417,6 @@
  }
  /**
   * Deregisters the provided objectclass with the Directory Server.
   *
   * @param objectClass
   *          The objectclass instance to deregister with the server.
   * @throws DirectoryException
   *           If a conflict is encountered
   */
  public static void deregisterObjectClass(ObjectClass objectClass) throws DirectoryException
  {
    directoryServer.schema.deregisterObjectClass(objectClass);
  }
  /**
   * Retrieves the "top" objectClass, which should be the topmost objectclass in
   * the inheritance chain for most other objectclasses.  If no such objectclass
   * could be found, then one will be constructed.