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

kenneth_suter
15.34.2007 80c58327faaa4873369f6bb949e62792c2f708e0
opends/src/server/org/opends/server/util/LDIFWriter.java
@@ -25,6 +25,7 @@
 *      Portions Copyright 2006-2007 Sun Microsystems, Inc.
 */
package org.opends.server.util;
import org.opends.messages.Message;
@@ -51,7 +52,6 @@
import static org.opends.server.util.Validator.*;
/**
 * This class provides a mechanism for writing entries in LDIF form to a file or
 * an output stream.
@@ -122,7 +122,7 @@
   * @throws  IOException  If a problem occurs while attempting to write the
   *                       comment to the LDIF file.
   */
  public void writeComment(String comment, int wrapColumn)
  public void writeComment(Message comment, int wrapColumn)
         throws IOException
  {
    ensureNotNull(comment);