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

gbellato
23.04.2009 141f11d16e8af51fdf75334c190959d87c6191fb
opendj-sdk/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();