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

Matthew Swift
05.31.2013 8131abcd45c43c95cd1a53cb7065a17b0248b3fe
Minor code cleanup.
1 files modified
5 ■■■■ changed files
opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java 5 ●●●● 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();
  }
  /**