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

jvergara
29.59.2008 e1f7ebfa7dd4bda26a9a2963cbd240306b35d4cc
opends/src/server/org/opends/server/replication/server/LightweightServerHandler.java
@@ -257,6 +257,9 @@
        Date date = new Date(olderUpdateTime);
        attributes.add(new Attribute("approx-older-change-not-synchronized",
          date.toString()));
        attributes.add(
          new Attribute("approx-older-change-not-synchronized-millis",
          String.valueOf(olderUpdateTime)));
      }
    }
    catch(Exception e)