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/Historical.java     |    2 +-
 opends/src/server/org/opends/server/replication/plugin/AttrInfoSingle.java |    2 +-
 2 files changed, 2 insertions(+), 2 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;
         }
diff --git a/opends/src/server/org/opends/server/replication/plugin/Historical.java b/opends/src/server/org/opends/server/replication/plugin/Historical.java
index 5e7aacc..91bdc28 100644
--- a/opends/src/server/org/opends/server/replication/plugin/Historical.java
+++ b/opends/src/server/org/opends/server/replication/plugin/Historical.java
@@ -193,7 +193,7 @@
     Attribute modAttr = mod.getAttribute();
     if (modAttr.getAttributeType().equals(Historical.historicalAttrType))
     {
-      // Don´t keep historical information for the attribute that is
+      // Don't keep historical information for the attribute that is
       // used to store the historical information.
       return null;
     }

--
Gitblit v1.10.0