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

Jean-Noel Rouvignac
13.17.2014 d54a7f8d41d8c04a43d136ad6748281308e0b720
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/";
    }