From cfc513043c5830b5a967733066068c7097b42e3c Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Wed, 15 Aug 2007 21:34:53 +0000
Subject: [PATCH] This commit is a step toward getting OpenDS internationalized. There are still issues to be resolved before we can declare that we are internationalized but this commit covers the bulk of changes needed at this time.

---
 opendj-sdk/opends/src/server/org/opends/server/util/LDIFWriter.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj-sdk/opends/src/server/org/opends/server/util/LDIFWriter.java b/opendj-sdk/opends/src/server/org/opends/server/util/LDIFWriter.java
index f053e5b..54b56b1 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/util/LDIFWriter.java
+++ b/opendj-sdk/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);

--
Gitblit v1.10.0