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

Jean-Noel Rouvignac
20.46.2014 66be6c035cb58baccacb6831f7403d5c2247f4b2
opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/DSConfig.java
@@ -95,12 +95,12 @@
public final class DSConfig extends ConsoleApplication {
    /** The name of this tool. */
    final static String DSCONFIGTOOLNAME = "dsconfig";
    static final String DSCONFIGTOOLNAME = "dsconfig";
    /**
     * The name of a command-line script used to launch an administrative tool.
     */
    final static String PROPERTY_SCRIPT_NAME = "org.opends.server.scriptName";
    static final String PROPERTY_SCRIPT_NAME = "org.opends.server.scriptName";
    /**
     * A menu call-back which runs a sub-command interactively.