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

vharseko
08.11.2018 81efca04ef92a7eec9c0c825cb25a5a11e532ebb
Revert "allow getInstallPath from classes"

This reverts commit b4d3ffb7b344301c97bb5c31ec1fa0e10628b85a.
1 files modified
3 ■■■■ changed files
opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/Utilities.java 3 ●●●● patch | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/Utilities.java
@@ -1839,8 +1839,7 @@
    {
      final String normPath = classPath.replace(File.separatorChar, '/');
      if (normPath.endsWith(OPENDJ_BOOTSTRAP_CLIENT_JAR_RELATIVE_PATH)
          || normPath.endsWith(OPENDJ_BOOTSTRAP_JAR_RELATIVE_PATH)
          || normPath.endsWith("classes"))
          || normPath.endsWith(OPENDJ_BOOTSTRAP_JAR_RELATIVE_PATH))
      {
        return classPath;
      }