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

jcambon
12.18.2009 62be845bbaf00d0ff6fa8584695efdfe91e4872e
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.
  }
}