From 1e74b0f8f046cc9e69ba9eddbc180bf10ab83e06 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Thu, 20 Sep 2012 16:58:20 +0000
Subject: [PATCH] CR-701 Fix for OPENDJ-596: Include more examples in LDAP SDK Javadoc
---
opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/Entry.java | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/Entry.java b/opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/Entry.java
index 0688857..6a5aabf 100644
--- a/opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/Entry.java
+++ b/opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/Entry.java
@@ -435,7 +435,9 @@
* {@code attribute} is empty then the entire attribute will be removed if
* it is present.
* <p>
- * <b>NOTE:</b> This method implements LDAP Modify replace semantics.
+ * <b>NOTE:</b> This method implements LDAP Modify replace semantics as
+ * described in <a href="http://tools.ietf.org/html/rfc4511#section-4.6"
+ * >RFC 4511 - Section 4.6. Modify Operation</a>.
*
* @param attribute
* The attribute values to be added to this entry, replacing any
@@ -462,7 +464,9 @@
* Any attribute values which are not instances of {@code ByteString} will
* be converted using the {@link ByteString#valueOf(Object)} method.
* <p>
- * <b>NOTE:</b> This method implements LDAP Modify replace semantics.
+ * <b>NOTE:</b> This method implements LDAP Modify replace semantics as
+ * described in <a href="http://tools.ietf.org/html/rfc4511#section-4.6"
+ * >RFC 4511 - Section 4.6. Modify Operation</a>.
*
* @param attributeDescription
* The name of the attribute whose values are to be replaced.
--
Gitblit v1.10.0