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

pgamba
15.50.2007 0ef56d4515f70530da93570f9af3a0744fe77d12
opends/src/server/org/opends/server/replication/common/ServerState.java
@@ -329,4 +329,14 @@
    }
    return true;
  }
  /**
   * Tests if the state is empty.
   *
   * @return True if the state is empty.
   */
  public boolean isEmpty()
  {
    return list.isEmpty();
  }
}