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

Matthew Swift
16.46.2015 58a2148281ecb7d5a6839fc387f1c48dfc901dda
opendj-server-legacy/src/main/java/org/opends/server/tools/upgrade/UpgradeTasks.java
@@ -795,7 +795,7 @@
      @Override
      public void perform(UpgradeContext context) throws ClientException
      {
        LocalizableMessage msg = UPGRADE_TASK_DELETE_FILE.get(file);
        LocalizableMessage msg = INFO_UPGRADE_TASK_DELETE_FILE.get(file);
        ProgressNotificationCallback pnc = new ProgressNotificationCallback(INFORMATION, msg, 0);
        context.notifyProgress(pnc);
        try