From 151cd5251cb0078ac896d674a6331847103dfbde Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Fri, 25 Feb 2011 09:49:04 +0000
Subject: [PATCH] Fix typos in comment
---
opendj-sdk/opends/src/server/org/opends/server/plugins/ChangeNumberControlPlugin.java | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/plugins/ChangeNumberControlPlugin.java b/opendj-sdk/opends/src/server/org/opends/server/plugins/ChangeNumberControlPlugin.java
index cb17df6..3456b12 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/plugins/ChangeNumberControlPlugin.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/plugins/ChangeNumberControlPlugin.java
@@ -23,6 +23,7 @@
*
*
* Copyright 2006-2008 Sun Microsystems, Inc.
+ * Portions Copyright 2011 ForgeRock AS
*/
package org.opends.server.plugins;
@@ -76,8 +77,8 @@
/**
* Constructs a new change number control.
*
- * @param isCritical Indicates whether support for this control should be
- * considered a critical part of the server processing.
+ * @param isCritical Indicates whether support for this control should be
+ * considered a critical part of the server processing.
* @param cn The change number.
*/
public ChangeNumberControl(boolean isCritical, ChangeNumber cn)
@@ -109,7 +110,7 @@
}
/**
- * Creates a new instance of this Directory Server plugin. Every plugin must
+ * Creates a new instance of this Directory Server plugin. Every plugin must
* implement a default constructor (it is the only one that will be used to
* create plugins defined in the configuration), and every plugin constructor
* must call <CODE>super()</CODE> as its first element.
@@ -303,7 +304,7 @@
/**
* Retrieves the Change number from the synchronization context
- * and sets teh control respsonse in the operation.
+ * and sets the control response in the operation.
*
* @param operation the operation
*/
--
Gitblit v1.10.0