opendj-sdk/opends/src/server/org/opends/server/replication/protocol/ChangeTimeHeartbeatMsg.java
@@ -22,7 +22,7 @@ * * * Copyright 2006-2009 Sun Microsystems, Inc. * Portions copyright 2013 ForgeRock AS. * Portions copyright 2013-2014 ForgeRock AS. */ package org.opends.server.replication.protocol; @@ -66,8 +66,6 @@ return csn; } /** * Creates a message from a provided byte array. * @@ -113,11 +111,7 @@ } } /** * {@inheritDoc} */ /** {@inheritDoc} */ @Override public byte[] getBytes(short protocolVersion) { @@ -141,4 +135,10 @@ } } /** {@inheritDoc} */ @Override public String toString() { return getClass().getSimpleName() + ", csn=" + csn.toStringUI(); } }