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

Jean-Noel Rouvignac
03.23.2014 204aecd0b10fcdc69195b6fc1b98c170d04b358e
opendj3-server-dev/src/server/org/opends/server/tools/LDIFSearch.java
@@ -844,18 +844,7 @@
      }
    }
    // Close the reader and writer.
    try
    {
      reader.close();
    } catch (Exception e) {}
    try
    {
      writer.close();
    } catch (Exception e) {}
    close(reader, writer);
    return resultCode;
  }