From 08fa1ef1dc14705c3348dae159cf4c72f445d979 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Fri, 06 Jul 2007 08:44:05 +0000
Subject: [PATCH] Fix issue 1826: delete of missing managed objects should throw error in dsconfig
---
opendj-sdk/opends/src/server/org/opends/server/tools/dsconfig/CLIProfile.java | 19 -------------------
1 files changed, 0 insertions(+), 19 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/tools/dsconfig/CLIProfile.java b/opendj-sdk/opends/src/server/org/opends/server/tools/dsconfig/CLIProfile.java
index 0140c49..c700e03 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/tools/dsconfig/CLIProfile.java
+++ b/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");
- }
}
--
Gitblit v1.10.0