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 2005/03/24 07:33:42 UTC

svn commit: r158886 - in directory/apacheds/trunk/core/src/main/java/org/apache/ldap/server: PartitionNexus.java RootNexus.java

Author: akarasulu
Date: Wed Mar 23 22:33:41 2005
New Revision: 158886

URL: http://svn.apache.org/viewcvs?view=rev&rev=158886
Log:
minor documentation changes

Modified:
    directory/apacheds/trunk/core/src/main/java/org/apache/ldap/server/PartitionNexus.java
    directory/apacheds/trunk/core/src/main/java/org/apache/ldap/server/RootNexus.java

Modified: directory/apacheds/trunk/core/src/main/java/org/apache/ldap/server/PartitionNexus.java
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/core/src/main/java/org/apache/ldap/server/PartitionNexus.java?view=diff&r1=158885&r2=158886
==============================================================================
--- directory/apacheds/trunk/core/src/main/java/org/apache/ldap/server/PartitionNexus.java (original)
+++ directory/apacheds/trunk/core/src/main/java/org/apache/ldap/server/PartitionNexus.java Wed Mar 23 22:33:41 2005
@@ -71,7 +71,7 @@
      * the supplied distinguished name parameter.  If the DN argument does not
      * fall under a partition suffix then the empty string Dn is returned.
      *
-     * @param dn to use for finding a suffix.
+     * @param dn the normalized distinguished name to use for finding a suffix.
      * @param normalized if true causes the return of a normalized Dn, but
      * if false it returns the original user provided distinguished name for 
      * the suffix Dn as it was provided on suffix entry creation.

Modified: directory/apacheds/trunk/core/src/main/java/org/apache/ldap/server/RootNexus.java
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/core/src/main/java/org/apache/ldap/server/RootNexus.java?view=diff&r1=158885&r2=158886
==============================================================================
--- directory/apacheds/trunk/core/src/main/java/org/apache/ldap/server/RootNexus.java (original)
+++ directory/apacheds/trunk/core/src/main/java/org/apache/ldap/server/RootNexus.java Wed Mar 23 22:33:41 2005
@@ -587,10 +587,10 @@
 
 
     /**
-     * Gets the backend partition associated with a dn.
+     * Gets the backend partition associated with a normalized dn.
      *
-     * @param dn the name to resolve to a backend
-     * @return the backend partition associated with the dn
+     * @param dn the normalized distinguished name to resolve to a backend
+     * @return the backend partition associated with the normalized dn
      * @throws NamingException if the name cannot be resolved to a backend
      */
     private ContextPartition getBackend( Name dn ) throws NamingException