From a28990c9d9fc07a86cfd5fb26ce1e17b6215ca7b Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Thu, 19 Apr 2012 12:28:24 +0000
Subject: [PATCH] Typo

---
 opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/Connection.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/Connection.java b/opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/Connection.java
index 83924c8..dee5bff 100644
--- a/opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/Connection.java
+++ b/opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/Connection.java
@@ -65,7 +65,7 @@
  * <p>
  * <h4>Performing operations asynchronously</h4>
  * <p>
- * Asynchronous methods, identified by their {code Async} suffix, are
+ * Asynchronous methods, identified by their {@code Async} suffix, are
  * non-blocking, returning a {@link FutureResult} or sub-type thereof which can
  * be used for retrieving the result using the {@link FutureResult#get} method.
  * Operation failures, for whatever reason, are signalled by the

--
Gitblit v1.10.0