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

matthew_swift
22.35.2007 89debdc4f4f38e0d973c9f4f37e1c34002deeeb4
opendj-sdk/opends/src/server/org/opends/server/admin/LDAPProfile.java
@@ -123,19 +123,6 @@
    /**
     * {@inheritDoc}
     */
    public String getFilter(AbstractManagedObjectDefinition<?, ?> d) {
      StringBuilder builder = new StringBuilder();
      builder.append("(ObjectClass=");
      builder.append(getObjectClass(d));
      builder.append(')');
      return builder.toString();
    }
    /**
     * {@inheritDoc}
     */
    public String getObjectClass(
        AbstractManagedObjectDefinition<?, ?> d) {
      return resource.getString(d, "objectclass");
@@ -225,19 +212,6 @@
  /**
   * Get an LDAP filter string which can be used to search for entries
   * matching the specified definition.
   *
   * @param d
   *          The managed object definition.
   * @return Returns the LDAP filter.
   */
  public abstract String getFilter(
      AbstractManagedObjectDefinition<?, ?> d);
  /**
   * Get the principle object class associated with the specified
   * definition.
   *