| opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java | ●●●●● patch | view | raw | blame | history |
opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java
@@ -1285,7 +1285,6 @@ */ public UpdateMsg take(ServerHandler handler) { UpdateMsg msg; /* * Get the balanced tree that we use to sort the changes to be * sent to the replica from the cookie @@ -1295,9 +1294,7 @@ * and update this replicaId RUV * */ msg = handler.take(); return msg; return handler.take(); } /**