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

Jean-Noel Rouvignac
08.48.2015 a89f7014aeb71dba5c94404dfea7eb89e7eeee74
opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/LDAPUpdateMsg.java
@@ -22,7 +22,7 @@
 *
 *
 *      Copyright 2006-2009 Sun Microsystems, Inc.
 *      Portions Copyright 2011-2014 ForgeRock AS
 *      Portions Copyright 2011-2015 ForgeRock AS
 */
package org.opends.server.replication.protocol;
@@ -436,7 +436,7 @@
  ArrayList<RawAttribute> decodeRawAttributes(byte[] in)
  throws LDAPException, DecodeException
  {
    ArrayList<RawAttribute> rattr = new ArrayList<RawAttribute>();
    ArrayList<RawAttribute> rattr = new ArrayList<>();
    try
    {
      ByteSequenceReader reader =
@@ -465,7 +465,7 @@
  ArrayList<Attribute> decodeAttributes(byte[] in)
  throws LDAPException, DecodeException
  {
    ArrayList<Attribute> lattr = new ArrayList<Attribute>();
    ArrayList<Attribute> lattr = new ArrayList<>();
    try
    {
      ByteSequenceReader reader =