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

Nicolas Capponi
24.43.2014 81d36161ce5367fa7aa9a5d99dc8b80eacfa7cdf
opendj3-server-dev/src/server/org/opends/server/util/LDIFWriter.java
@@ -34,7 +34,7 @@
import java.util.List;
import java.util.regex.Pattern;
import org.opends.messages.Message;
import org.forgerock.i18n.LocalizableMessage;
import org.opends.server.tools.makeldif.TemplateEntry;
import org.opends.server.types.*;
import org.forgerock.opendj.ldap.ByteString;
@@ -110,7 +110,7 @@
   * @throws  IOException  If a problem occurs while attempting to write the
   *                       comment to the LDIF file.
   */
  public void writeComment(Message comment, int wrapColumn)
  public void writeComment(LocalizableMessage comment, int wrapColumn)
         throws IOException
  {
    ifNull(comment);