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

Nicolas Capponi
08.55.2014 c3ddd7489abd06155b872cc23cef3575e2ee1b9a
opendj3-server-dev/src/server/org/opends/server/util/LDIFWriter.java
@@ -22,7 +22,7 @@
 *
 *
 *      Copyright 2006-2009 Sun Microsystems, Inc.
 *      Portions Copyright 2013 ForgeRock AS.
 *      Portions Copyright 2013-2014 ForgeRock AS.
 */
package org.opends.server.util;
@@ -409,7 +409,7 @@
    // First, write the DN.
    writeDN("dn", entry.getDN(), writer, wrapLines, wrapColumn);
    writeDN("dn", entry.getName(), writer, wrapLines, wrapColumn);
    // Next, the changetype.
@@ -478,7 +478,7 @@
    // Add the DN and changetype lines.
    writeDN("dn", entry.getDN(), writer, wrapLines, wrapColumn);
    writeDN("dn", entry.getName(), writer, wrapLines, wrapColumn);
    StringBuilder changeTypeLine = new StringBuilder("changetype: delete");
    writeLDIFLine(changeTypeLine, writer, wrapLines, wrapColumn);