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

jvergara
18.27.2010 c8447177b6c9d155ea48009583a20ecce7ffd8c6
opends/src/guitools/org/opends/guitools/uninstaller/Uninstaller.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2006-2009 Sun Microsystems, Inc.
 *      Copyright 2006-2010 Sun Microsystems, Inc.
 */
package org.opends.guitools.uninstaller;
@@ -603,7 +603,7 @@
   * {@inheritDoc}
   */
  public String getInstancePath() {
    return getInstancePathFromClasspath(getInstallPathFromClasspath());
    return getInstancePathFromInstallPath(getInstallPathFromClasspath());
  }
  /**
@@ -1165,7 +1165,7 @@
    }
    String instancePath =
      Utils.getInstancePathFromClasspath(installFile.getAbsolutePath());
      Utils.getInstancePathFromInstallPath(installFile.getAbsolutePath());
    File instanceFile = new File(instancePath);
    try
    {
@@ -1173,7 +1173,7 @@
    } catch (Exception e)
    {
      instancePath =
        Utils.getInstancePathFromClasspath(installFile.getAbsolutePath());
        Utils.getInstancePathFromInstallPath(installFile.getAbsolutePath());
    }
    InstallationFilesToDeleteFilter filter =