From bea7ace558ff67f4fb9959042bc51ecb259ef111 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Mon, 04 Jun 2007 13:39:49 +0000
Subject: [PATCH] fix some non ascii characters in comment lines.

---
 opends/src/server/org/opends/server/replication/plugin/AttrInfoSingle.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/server/org/opends/server/replication/plugin/AttrInfoSingle.java b/opends/src/server/org/opends/server/replication/plugin/AttrInfoSingle.java
index 73236fa..e57959a 100644
--- a/opends/src/server/org/opends/server/replication/plugin/AttrInfoSingle.java
+++ b/opends/src/server/org/opends/server/replication/plugin/AttrInfoSingle.java
@@ -163,7 +163,7 @@
         if (changeNumber.newerOrEquals(deleteTime)
             && ((addTime == null ) || addTime.older(deleteTime)))
         {
-          // no conflict : don“t do anything beside setting the addTime
+          // no conflict : don't do anything beside setting the addTime
           addTime = changeNumber;
           value = newValue;
         }

--
Gitblit v1.10.0