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

Ludovic Poitou
21.27.2013 bb0f86f7189e9246f5cfbbe7ae2b0b3a48ba3a76
opendj-sdk/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)
    {