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

matthew_swift
06.44.2007 08fa1ef1dc14705c3348dae159cf4c72f445d979
opendj-sdk/opends/src/server/org/opends/server/tools/dsconfig/CLIProfile.java
@@ -33,7 +33,6 @@
import java.util.LinkedHashSet;
import java.util.Set;
import org.opends.server.admin.InstantiableRelationDefinition;
import org.opends.server.admin.ManagedObjectDefinitionResource;
import org.opends.server.admin.RelationDefinition;
@@ -84,22 +83,4 @@
        + r.getName() + ".list-properties");
    return new LinkedHashSet<String>(Arrays.asList(s.split(",")));
  }
  /**
   * Gets the command line operand name which should be used to
   * identify the names of managed objects associated with an
   * instantiable relation.
   *
   * @param r
   *          The instantiable relation definition.
   * @return Returns the command line operand name which should be
   *         used to identify the names of managed objects associated
   *         with an instantiable relation.
   */
  public String getOperandName(InstantiableRelationDefinition<?, ?> r) {
    return resource.getString(r.getParentDefinition(), "relation."
        + r.getName() + ".operand-name");
  }
}