opendj-sdk/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(); } }