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

jvergara
25.07.2009 9b70fb768a9c07e89779fd6ee8dab7ca80ddd951
opends/src/guitools/org/opends/guitools/controlpanel/ui/ImportLDIFPanel.java
@@ -288,12 +288,6 @@
    gbc.gridy ++;
    add(replaceEntries, gbc);
//  TODO: change this once the append is supported by the import again.
    lImportType.setVisible(false);
    overwrite.setVisible(false);
    append.setVisible(false);
    replaceEntries.setVisible(false);
    gbc.gridx = 0;
    gbc.gridy ++;
    gbc.insets.left = 0;
@@ -715,8 +709,7 @@
      }
      if (append.isSelected())
      {
        // TODO: change this once the append is supported again by the import.
        //args.add("--append");
        args.add("--append");
        if (replaceEntries.isSelected())
        {
          args.add("--replaceExisting");