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/09/03 00:11:26 UTC

svn commit: r267333 - /directory/shared/ldap/branches/new-codec-integration/common/src/java/org/apache/ldap/common/util/NamespaceTools.java

Author: elecharny
Date: Fri Sep  2 15:11:23 2005
New Revision: 267333

URL: http://svn.apache.org/viewcvs?rev=267333&view=rev
Log:
Updated the branch to reflect the modifications in the trunk

Modified:
    directory/shared/ldap/branches/new-codec-integration/common/src/java/org/apache/ldap/common/util/NamespaceTools.java

Modified: directory/shared/ldap/branches/new-codec-integration/common/src/java/org/apache/ldap/common/util/NamespaceTools.java
URL: http://svn.apache.org/viewcvs/directory/shared/ldap/branches/new-codec-integration/common/src/java/org/apache/ldap/common/util/NamespaceTools.java?rev=267333&r1=267332&r2=267333&view=diff
==============================================================================
--- directory/shared/ldap/branches/new-codec-integration/common/src/java/org/apache/ldap/common/util/NamespaceTools.java (original)
+++ directory/shared/ldap/branches/new-codec-integration/common/src/java/org/apache/ldap/common/util/NamespaceTools.java Fri Sep  2 15:11:23 2005
@@ -419,7 +419,7 @@
      * @throws javax.naming.NamingException if the contexts are not related in the
      * ancestual sense
      */
-    public static Name getRelativeName( LdapName ancestor, LdapName descendant ) throws NamingException
+    public static Name getRelativeName( Name ancestor, Name descendant ) throws NamingException
     {
         LdapName rdn = new LdapName( descendant.toString() );