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

jvergara
25.07.2009 1d6d65acb2c39a39cb02454ddd3c31045b8dca04
opendj-sdk/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");