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

kenneth_suter
14.55.2007 f9bbed22d3b71881f6a77f4b8503f88de836cefd
allow upgrade to same version to allow for case where user is using tool to repair an installation
1 files modified
2 ■■■ changed files
opends/src/quicksetup/org/opends/quicksetup/upgrader/UpgradeOracle.java 2 ●●● patch | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/upgrader/UpgradeOracle.java
@@ -77,7 +77,7 @@
   * an operation will succeed
   */
  public boolean isSupported() {
    return isUpgrade();
    return !isReversion();
  }
  /**