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

gbellato
02.22.2007 3fcf167e0af7a8f405442b3b4c8b07404ec6c0ff
opendj-sdk/opends/src/server/org/opends/server/synchronization/common/ServerState.java
@@ -57,6 +57,19 @@
    list = new HashMap<Short, ChangeNumber>();
  }
  /**
   * Empty the ServerState.
   * After this call the Server State will be in the same state
   * as if it was just created.
   */
  public void clear()
  {
    synchronized (this)
    {
      list.clear();
    }
  }
  /**
   * Creates a new ServerState object from its encoded form.