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

Jean-Noël Rouvignac
20.42.2016 61b9eb1be03fc03a9f4bb0013a08ff44a1059503
opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/ReplLDIFOutputStream.java
@@ -12,7 +12,7 @@
 * information: "Portions Copyright [year] [name of copyright owner]".
 *
 * Copyright 2006-2010 Sun Microsystems, Inc.
 * Portions Copyright 2015 ForgeRock AS.
 * Portions Copyright 2015-2016 ForgeRock AS.
 */
package org.opends.server.replication.plugin;
@@ -50,7 +50,7 @@
    this.numEntries = numEntries;
  }
  /** {@inheritDoc} */
  @Override
  public void write(int i) throws IOException
  {
    throw new IOException("Invalid call");
@@ -65,7 +65,7 @@
    return checkSum.getValue();
  }
  /** {@inheritDoc} */
  @Override
  public void write(byte b[], int off, int len) throws IOException
  {
    int endOfEntryIndex;