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

gbellato
23.04.2009 c3420bec486f1921ea67fab4b1019ef06a0cea16
opends/src/server/org/opends/server/replication/protocol/MonitorMsg.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2008 Sun Microsystems, Inc.
 *      Copyright 2009 Sun Microsystems, Inc.
 */
package org.opends.server.replication.protocol;
@@ -186,7 +186,6 @@
    if (reader.get() != MSG_TYPE_REPL_SERVER_MONITOR)
      throw new DataFormatException("input is not a valid " +
          this.getClass().getCanonicalName());
    int pos = 1;
    // sender
    this.senderID = reader.getShort();