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

Matthew Swift
19.36.2013 6c857f852f405a08653a4cfd86cc0257e7df486d
opendj-sdk/opends/src/server/org/opends/server/replication/protocol/LDAPUpdateMsg.java
@@ -82,7 +82,7 @@
  /**
   * Creates a new UpdateMsg.
   */
  public LDAPUpdateMsg()
  protected LDAPUpdateMsg()
  {
  }
@@ -226,7 +226,7 @@
   */
  public void encode() throws UnsupportedEncodingException
  {
    bytes = getBytes();
    bytes = getBytes(ProtocolVersion.getCurrentVersion());
  }
  /**
@@ -347,17 +347,6 @@
   * {@inheritDoc}
   */
  @Override
  public byte[] getBytes()
  throws UnsupportedEncodingException
  {
    // Encode in the current protocol version
    return getBytes(ProtocolVersion.getCurrentVersion());
  }
  /**
   * {@inheritDoc}
   */
  @Override
  public byte[] getBytes(short reqProtocolVersion)
    throws UnsupportedEncodingException
  {