opendj-sdk/opends/src/server/org/opends/server/tools/dsconfig/InternalManagementContextFactory.java
@@ -22,7 +22,7 @@ * CDDL HEADER END * * * Copyright 2007-2008 Sun Microsystems, Inc. * Copyright 2007-2009 Sun Microsystems, Inc. */ package org.opends.server.tools.dsconfig; @@ -105,4 +105,11 @@ return new CommandBuilder(null, null); } /** * {@inheritDoc} */ public void setRawArguments(String[] args) { // No implementation required. } }