opendj3-server-dev/src/server/org/opends/server/replication/protocol/StopMsg.java
@@ -22,7 +22,7 @@ * * * Copyright 2009 Sun Microsystems, Inc. * Portions copyright 2013 ForgeRock AS. * Portions copyright 2013-2014 ForgeRock AS. */ package org.opends.server.replication.protocol; @@ -56,9 +56,7 @@ in[0]); } /** * {@inheritDoc} */ /** {@inheritDoc} */ @Override public byte[] getBytes(short protocolVersion) { @@ -67,4 +65,11 @@ MSG_TYPE_STOP }; } /** {@inheritDoc} */ @Override public String toString() { return getClass().getSimpleName(); } }