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

Ludovic Poitou
24.44.2013 46fd9423ab622d7f9531aa1564846ec52fe09534
opends/src/server/org/opends/server/replication/plugin/ReplicationRepairRequestControl.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2008 Sun Microsystems, Inc.
 *      Portions Copyright 2013 ForgeRock AS.
 */
package org.opends.server.replication.plugin;
@@ -47,7 +48,7 @@
public class ReplicationRepairRequestControl extends Control
{
  /**
   * ControlDecoder implentation to decode this control from a ByteString.
   * ControlDecoder implementation to decode this control from a ByteString.
   */
  private final static class Decoder
      implements ControlDecoder<ReplicationRepairRequestControl>
@@ -84,7 +85,6 @@
  public static final String
          OID_REPLICATION_REPAIR_CONTROL = "1.3.6.1.4.1.26027.1.5.2";
  /**
   * Creates a new instance of the replication repair request control with the
   * default settings.
@@ -95,8 +95,6 @@
  }
  /**
   * Creates a new instance of the replication repair control with the
   * provided information.
@@ -111,7 +109,7 @@
  }
  /**
   * Writes this control's value to an ASN.1 writer. The value (if any) must be
   * Writes this control value to an ASN.1 writer. The value (if any) must be
   * written as an ASN1OctetString.
   *
   * @param writer The ASN.1 writer to use.
@@ -122,8 +120,6 @@
    // No value element
  }
  /**
   * Appends a string representation of this replication repair request control
   * to the provided buffer.