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

Ludovic Poitou
21.27.2013 df439c5fb79fae7b439fd03cbac13c3a2b3dec3b
opends/src/server/org/opends/server/backends/jeb/importLDIF/Importer.java
@@ -903,9 +903,7 @@
    this.rootContainer = rootContainer;
    try
    {
      reader =
          new LDIFReader(importConfiguration, rootContainer,
              READER_WRITER_BUFFER_SIZE);
      reader = new LDIFReader(importConfiguration, rootContainer);
    }
    catch (IOException ioe)
    {