From 73d5da7884e493c4bea62c8f7f377168227c7305 Mon Sep 17 00:00:00 2001
From: abobrov <abobrov@localhost>
Date: Sat, 13 Jun 2009 04:35:57 +0000
Subject: [PATCH] - fix javadoc link.

---
 opends/src/server/org/opends/server/types/AttributeBuilder.java |    2 +-
 1 files changed, 1 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 4de55d0..c8061e5 100644
--- a/opends/src/server/org/opends/server/types/AttributeBuilder.java
+++ b/opends/src/server/org/opends/server/types/AttributeBuilder.java
@@ -1713,7 +1713,7 @@
    * Indicates whether this attribute builder has exactly the
    * specified set of options.
    *
-   * This implementation returns {@link SmallSet#isEmpty()}
+   * This implementation returns 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