From 72650d4cc41c64136d064967d7fec3726d850fee Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Thu, 14 Oct 2010 11:52:28 +0000
Subject: [PATCH] Multiple enhancements and bug fixes to the SDK (update from OpenDS by matthew_swift):
---
sdk/src/org/opends/sdk/Entry.java | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/sdk/src/org/opends/sdk/Entry.java b/sdk/src/org/opends/sdk/Entry.java
index e237739..9a573e9 100644
--- a/sdk/src/org/opends/sdk/Entry.java
+++ b/sdk/src/org/opends/sdk/Entry.java
@@ -57,6 +57,8 @@
* {@link #replaceAttribute} and the conditions, if any, where a reference to
* the passed in attribute is maintained.
* </ul>
+ *
+ * @see Entries
*/
public interface Entry
{
--
Gitblit v1.10.0