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

Jean-Noel Rouvignac
13.17.2014 5490f7613ec1d76f3a3baff40a86bb4adbf20fbd
opendj-sdk/opendj-server/src/main/java/org/forgerock/opendj/server/setup/cli/SetupCli.java
@@ -70,7 +70,7 @@
     *
     * @return The installation path.
     */
    static final String getInstallationPath() {
    static String getInstallationPath() {
        return "/home/violette/OpenDJ-3.0.0/";
    }
@@ -79,7 +79,7 @@
     *
     * @return The instance path.
     */
    static final String getInstancePath() {
    static String getInstancePath() {
        return "/home/violette/OpenDJ-3.0.0/";
    }