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

jvergara
18.27.2010 5816e0a75fa8d2de1978dc63fc324633ef273ec4
opendj-sdk/opends/src/guitools/org/opends/guitools/controlpanel/util/Utilities.java
@@ -1785,7 +1785,7 @@
    if (instanceRootDirectory == null)
    {
      instanceRootDirectory = new File(
        Utils.getInstancePathFromClasspath(installPath));
        Utils.getInstancePathFromInstallPath(installPath));
    }
    return instanceRootDirectory;
  }