From b49cd1c7c46641cdd56e4aeb6ba2a7f7e0b4769c Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Mon, 25 Sep 2006 16:15:59 +0000
Subject: [PATCH] Fix typo in constructor javadoc.

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

diff --git a/opends/src/server/org/opends/server/types/AttributeType.java b/opends/src/server/org/opends/server/types/AttributeType.java
index 73854f6..1876bee 100644
--- a/opends/src/server/org/opends/server/types/AttributeType.java
+++ b/opends/src/server/org/opends/server/types/AttributeType.java
@@ -233,7 +233,7 @@
    *          "single-value".
    * @param extraProperties
    *          A set of extra properties for this attribute type, or
-   *          <code>null</code> if there is no rule.
+   *          <code>null</code> if there are no extra properties.
    */
   public AttributeType(String primaryName,
                        Collection<String> typeNames,

--
Gitblit v1.10.0