From 2a4fdc0b5a60e26743a7bb8a76bc1ce892e2b67d Mon Sep 17 00:00:00 2001
From: coulbeck <coulbeck@localhost>
Date: Thu, 14 Sep 2006 22:20:30 +0000
Subject: [PATCH] Fix javadoc typo.
---
opends/src/server/org/opends/server/protocols/ldap/LDAPClientConnection.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/server/org/opends/server/protocols/ldap/LDAPClientConnection.java b/opends/src/server/org/opends/server/protocols/ldap/LDAPClientConnection.java
index 51605dc..d3cf3e1 100644
--- a/opends/src/server/org/opends/server/protocols/ldap/LDAPClientConnection.java
+++ b/opends/src/server/org/opends/server/protocols/ldap/LDAPClientConnection.java
@@ -1674,7 +1674,7 @@
* Processes the provided LDAP message read from the client and takes
* whatever action is appropriate. For most requests, this will include
* placing the operation in the work queue. Certain requests (in particular,
- * abandons and unbinds) will be processed directly. If the
+ * abandons and unbinds) will be processed directly.
*
* @param message The LDAP message to process.
*
--
Gitblit v1.10.0