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

gbellato
01.04.2006 b5acb25ee2ad9bf8b166b9de1a34e6aab6ea23b7
opends/src/server/org/opends/server/changelog/ChangelogCache.java
@@ -265,8 +265,6 @@
  {
    /*
     * create the balanced tree that will be used to forward changes
     * TODO initialize it will all the previous changes that this replicaID
     * has not seen
     */
    synchronized (connectedServers)
    {
@@ -305,8 +303,6 @@
  {
    /*
     * create the balanced tree that will be used to forward changes
     * TODO initialize it will all the previous changes that this replicaID
     * has not seen
     * TODO throw proper exception
     */
    synchronized (changelogServers)
@@ -482,7 +478,6 @@
  public void sendAck(ChangeNumber changeNumber, boolean isLDAPserver,
                      short serverId)
  {
    // TODO Auto-generated method stub
    ServerHandler handler;
    if (isLDAPserver)
      handler = connectedServers.get(serverId);