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

pgamba
03.41.2008 2942eaa1b7264228c9ca7535aabd206e663581e9
opends/src/server/org/opends/server/replication/protocol/ReplServerInfoMessage.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Portions Copyright 2007 Sun Microsystems, Inc.
 *      Portions Copyright 2007-2008 Sun Microsystems, Inc.
 */
package org.opends.server.replication.protocol;
@@ -67,7 +67,7 @@
      /* first byte is the type */
      if (in.length < 1 || in[0] != MSG_TYPE_REPL_SERVER_INFO)
        throw new DataFormatException(
        "Input is not a valid changelogInfo Message.");
        "Input is not a valid " + this.getClass().getCanonicalName());
      int pos = 1;
@@ -97,7 +97,7 @@
  /**
   * Creates a new changelogInfo message from a list of the currently
   * Creates a new ReplServerInfo message from a list of the currently
   * connected servers.
   *
   * @param connectedServers The list of currently connected servers ID.