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

gbellato
02.22.2007 0ed3ce1253d7276824493d90a8312a2c117ea1c7
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.