opends/src/server/org/opends/server/tools/dsconfig/InternalManagementContextFactory.java
@@ -32,6 +32,7 @@ import org.opends.server.tools.ClientException; import org.opends.server.util.args.ArgumentException; import org.opends.server.util.args.SubCommandArgumentParser; import org.opends.server.util.cli.CommandBuilder; import org.opends.server.util.cli.ConsoleApplication; @@ -96,4 +97,12 @@ // No implementation required. } /** * {@inheritDoc} */ public CommandBuilder getContextCommandBuilder() { // No implementation required. return new CommandBuilder(null, null); } }