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

gbellato
14.46.2007 9d1567e94139b8d951b36c3785cb7e24c36cc388
opendj-sdk/opends/src/server/org/opends/server/replication/common/ChangeNumberGenerator.java
@@ -81,7 +81,6 @@
   */
  public ChangeNumber newChangeNumber()
  {
    /* TODO : we probably don't need a time stamp with a 1 msec accuracy */
    long curTime = TimeThread.getTime();
    synchronized(this)