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

matthew_swift
24.36.2007 ffe467d391617f04e3a8681d7e9aefc1f9d9bdcb
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 {