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

jvergara
07.56.2008 4978cbcfce206fb43659395556b59c33127505bd
opends/src/quicksetup/org/opends/quicksetup/upgrader/VersionIssueNotifier.java
@@ -300,7 +300,14 @@
   */
  protected List<Message> getExportImportInstructions() {
    List<Message> instructions = new ArrayList<Message>();
    instructions.add(INFO_ORACLE_EI_ACTION_STEP1.get());
    if (ui.isCLI())
    {
      instructions.add(INFO_ORACLE_EI_ACTION_STEP1_CLI.get());
    }
    else
    {
      instructions.add(INFO_ORACLE_EI_ACTION_STEP1.get());
    }
    instructions.add(INFO_ORACLE_EI_ACTION_STEP2.get());
    instructions.add(INFO_ORACLE_EI_ACTION_STEP3.get());
    instructions.add(INFO_ORACLE_EI_ACTION_STEP4.get());