From 51f103e106c5c252ddc8fadee08df94c24ea9dde Mon Sep 17 00:00:00 2001
From: abobrov <abobrov@localhost>
Date: Sat, 13 Jun 2009 04:54:11 +0000
Subject: [PATCH] - fix previous commit.

---
 opends/src/server/org/opends/server/types/AttributeBuilder.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opends/src/server/org/opends/server/types/AttributeBuilder.java b/opends/src/server/org/opends/server/types/AttributeBuilder.java
index c8061e5..692e060 100644
--- a/opends/src/server/org/opends/server/types/AttributeBuilder.java
+++ b/opends/src/server/org/opends/server/types/AttributeBuilder.java
@@ -1713,7 +1713,8 @@
    * Indicates whether this attribute builder has exactly the
    * specified set of options.
    *
-   * This implementation returns AbstractCollection#isEmpty()
+   * This implementation returns
+   * {@link java.util.AbstractCollection#isEmpty()}
    * if the provided set of options is <code>null</code>.
    * Otherwise it checks that the size of the provided
    * set of options is equal to the size of this attribute

--
Gitblit v1.10.0