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");