From ffe467d391617f04e3a8681d7e9aefc1f9d9bdcb Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Mon, 24 Sep 2007 13:36:37 +0000
Subject: [PATCH] Remove unused AggregationRelationDefinition class and references.
---
opends/src/server/org/opends/server/tools/dsconfig/SubCommandHandlerFactory.java | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
diff --git a/opends/src/server/org/opends/server/tools/dsconfig/SubCommandHandlerFactory.java b/opends/src/server/org/opends/server/tools/dsconfig/SubCommandHandlerFactory.java
index a525d1a..d96eac6 100644
--- a/opends/src/server/org/opends/server/tools/dsconfig/SubCommandHandlerFactory.java
+++ b/opends/src/server/org/opends/server/tools/dsconfig/SubCommandHandlerFactory.java
@@ -32,7 +32,6 @@
import java.util.TreeSet;
import org.opends.server.admin.AbstractManagedObjectDefinition;
-import org.opends.server.admin.AggregationRelationDefinition;
import org.opends.server.admin.Configuration;
import org.opends.server.admin.ConfigurationClient;
import org.opends.server.admin.InstantiableRelationDefinition;
@@ -63,17 +62,6 @@
/**
* {@inheritDoc}
*/
- public Void visitAggregation(AggregationRelationDefinition<?, ?> r,
- ManagedObjectPath<?, ?> p) {
- // Do not create sub-commands for aggregations.
- return null;
- }
-
-
-
- /**
- * {@inheritDoc}
- */
public Void visitInstantiable(InstantiableRelationDefinition<?, ?> r,
ManagedObjectPath<?, ?> p) {
try {
--
Gitblit v1.10.0