From 0d01e92cb54a26fcc2aeb558b19d3f927c9d2f4a Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Tue, 07 Apr 2009 23:03:49 +0000
Subject: [PATCH] Improve javadoc method descriptions.

---
 opends/src/server/org/opends/server/types/Attributes.java |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/opends/src/server/org/opends/server/types/Attributes.java b/opends/src/server/org/opends/server/types/Attributes.java
index 3430b70..4dafc19 100644
--- a/opends/src/server/org/opends/server/types/Attributes.java
+++ b/opends/src/server/org/opends/server/types/Attributes.java
@@ -22,7 +22,7 @@
  * CDDL HEADER END
  *
  *
- *      Portions Copyright 2008 Sun Microsystems, Inc.
+ *      Portions Copyright 2008-2009 Sun Microsystems, Inc.
  */
 package org.opends.server.types;
 
@@ -281,7 +281,8 @@
 
   /**
    * Creates a new attribute containing all the values from the two
-   * provided attributes.
+   * provided attributes. The returned attribute will use the name and
+   * options taken from the first attribute.
    * <p>
    * This method is logically equivalent to:
    *
@@ -306,7 +307,8 @@
   /**
    * Creates a new attribute containing all the values from the two
    * provided attributes and put any duplicate values into the
-   * provided collection.
+   * provided collection. The returned attribute will use the name
+   * and options taken from the first attribute.
    *
    * @param a1
    *          The first attribute.
@@ -337,7 +339,9 @@
 
   /**
    * Creates a new attribute containing the values from the first
-   * attribute which are not in the second attribute.
+   * attribute which are not in the second attribute. The returned
+   * attribute will use the name and options taken from the first
+   * attribute.
    * <p>
    * This method is logically equivalent to:
    *
@@ -364,6 +368,8 @@
    * attribute which are not in the second attribute. Any values which
    * were present in the second attribute but which were not present
    * in the first attribute will be put into the provided collection.
+   * The returned attribute will use the name and options taken from
+   * the first attribute.
    *
    * @param a1
    *          The first attribute.

--
Gitblit v1.10.0