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

Jean-Noel Rouvignac
02.48.2013 f9e5baa3fe03fb55c0c5ccbba2ed0984026dc060
opends/src/server/org/opends/server/replication/common/CSNGenerator.java
@@ -38,6 +38,12 @@
public class CSNGenerator
{
  private long lastTime;
  /**
   * The sequence number allows to distinguish changes that have been done in
   * the same millisecond.
   *
   * @see #lastTime
   */
  private int seqnum;
  private int serverId;