You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2004/10/19 02:56:18 UTC

svn commit: rev 55047 - incubator/directory/ldap/trunk/common/src/java/org/apache/ldap/common/schema

Author: akarasulu
Date: Mon Oct 18 17:56:18 2004
New Revision: 55047

Modified:
   incubator/directory/ldap/trunk/common/src/java/org/apache/ldap/common/schema/AttributeType.java
Log:
docos

Modified: incubator/directory/ldap/trunk/common/src/java/org/apache/ldap/common/schema/AttributeType.java
==============================================================================
--- incubator/directory/ldap/trunk/common/src/java/org/apache/ldap/common/schema/AttributeType.java	(original)
+++ incubator/directory/ldap/trunk/common/src/java/org/apache/ldap/common/schema/AttributeType.java	Mon Oct 18 17:56:18 2004
@@ -116,7 +116,7 @@
  * 
  * @see <a href="http://www.faqs.org/rfcs/rfc2252.html">RFC 2252 Section 4.2</a>
  * @see <a href=
- *     "http://www.ietf.org/internet-drafts/draft-ietf-ldapbis-models-09.txt">
+ *     "http://www.ietf.org/internet-drafts/draft-ietf-ldapbis-models-11.txt">
  *     ldapbis [MODELS]</a>
  * @see DescriptionUtils#getDescription(AttributeType)
  *
@@ -128,8 +128,7 @@
     /**
      * Gets whether or not this AttributeType is single-valued.
      *
-     * @return true if only one value can exist for this AttributeType, false
-     *      otherwise
+     * @return true if only one value can exist for this AttributeType, false otherwise
      */
     boolean isSingleValue();