You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2005/11/21 10:13:00 UTC

svn commit: r345874 - /directory/shared/ldap/trunk/common/src/main/java/org/apache/ldap/common/schema/Normalizer.java

Author: elecharny
Date: Mon Nov 21 01:12:53 2005
New Revision: 345874

URL: http://svn.apache.org/viewcvs?rev=345874&view=rev
Log:
Modified the javadoc to express the fact that values should not be null

Modified:
    directory/shared/ldap/trunk/common/src/main/java/org/apache/ldap/common/schema/Normalizer.java

Modified: directory/shared/ldap/trunk/common/src/main/java/org/apache/ldap/common/schema/Normalizer.java
URL: http://svn.apache.org/viewcvs/directory/shared/ldap/trunk/common/src/main/java/org/apache/ldap/common/schema/Normalizer.java?rev=345874&r1=345873&r2=345874&view=diff
==============================================================================
--- directory/shared/ldap/trunk/common/src/main/java/org/apache/ldap/common/schema/Normalizer.java (original)
+++ directory/shared/ldap/trunk/common/src/main/java/org/apache/ldap/common/schema/Normalizer.java Mon Nov 21 01:12:53 2005
@@ -31,7 +31,7 @@
     /**
      * Gets the normalized value.
      *
-     * @param value the value to normalize
+     * @param value the value to normalize. It must *not* be null !
      * @return the normalized form for a value
      * @throws NamingException if an error results during normalization
      */