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

Violette Roche-Montane
24.03.2014 6153683bd58a028a6bf3d0824f76b230ed075788
opendj3-server-dev/src/server/org/opends/server/tools/upgrade/Upgrade.java
@@ -30,6 +30,7 @@
import static org.opends.server.tools.upgrade.FormattedNotificationCallback.*;
import static org.opends.server.tools.upgrade.UpgradeTasks.*;
import static org.opends.server.tools.upgrade.LicenseFile.*;
import static com.forgerock.opendj.cli.Utils.LINE_SEPARATOR;
import java.io.File;
import java.io.FileWriter;
@@ -667,7 +668,7 @@
    {
      if (LicenseFile.exists())
      {
        context.notify(LocalizableMessage.raw("\n" + LicenseFile.getText()));
        context.notify(LocalizableMessage.raw(LINE_SEPARATOR + LicenseFile.getText()));
        context.notify(INFO_LICENSE_DETAILS_CLI_LABEL.get());
        if (!context.isAcceptLicenseMode())
        {