From 46fd9423ab622d7f9531aa1564846ec52fe09534 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Wed, 24 Apr 2013 12:44:51 +0000
Subject: [PATCH] Replication Cleanup.
---
opends/src/server/org/opends/server/replication/plugin/ReplicationRepairRequestControl.java | 10 +++-------
1 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/opends/src/server/org/opends/server/replication/plugin/ReplicationRepairRequestControl.java b/opends/src/server/org/opends/server/replication/plugin/ReplicationRepairRequestControl.java
index 4b5e5cf..22772ba 100644
--- a/opends/src/server/org/opends/server/replication/plugin/ReplicationRepairRequestControl.java
+++ b/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.
--
Gitblit v1.10.0