From 80c58327faaa4873369f6bb949e62792c2f708e0 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.
---
opends/src/server/org/opends/server/util/LDIFWriter.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/src/server/org/opends/server/util/LDIFWriter.java b/opends/src/server/org/opends/server/util/LDIFWriter.java
index f053e5b..54b56b1 100644
--- a/opends/src/server/org/opends/server/util/LDIFWriter.java
+++ b/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