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

Jean-Noel Rouvignac
08.48.2015 a89f7014aeb71dba5c94404dfea7eb89e7eeee74
opendj-server-legacy/src/main/java/org/opends/server/tools/upgrade/UpgradeTasks.java
@@ -63,7 +63,7 @@
  static int countErrors;
  /** Contains all the indexes to rebuild. */
  static Set<String> indexesToRebuild = new HashSet<String>();
  static Set<String> indexesToRebuild = new HashSet<>();
  /** A flag to avoid rebuild single indexes if 'rebuild all' is selected. */
  static boolean isRebuildAllIndexesIsPresent;
@@ -568,7 +568,7 @@
      public void postUpgrade(final UpgradeContext context) throws ClientException
      {
        LocalizableMessage message = null;
        final List<String> args = new LinkedList<String>();
        final List<String> args = new LinkedList<>();
        if (isRebuildAllIndexesIsPresent && isRebuildAllIndexesTaskAccepted)
        {