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

gbellato
04.39.2007 bea7ace558ff67f4fb9959042bc51ecb259ef111
fix some non ascii characters in comment lines.
2 files modified
4 ■■■■ changed files
opends/src/server/org/opends/server/replication/plugin/AttrInfoSingle.java 2 ●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/replication/plugin/Historical.java 2 ●●● patch | view | raw | blame | history
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;
        }
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;
    }