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/12/11 19:20:10 UTC

svn commit: r355988 - /directory/apacheds/trunk/core/src/main/java/org/apache/ldap/server/DefaultDirectoryService.java

Author: elecharny
Date: Sun Dec 11 10:20:06 2005
New Revision: 355988

URL: http://svn.apache.org/viewcvs?rev=355988&view=rev
Log:
Rollback the modification committed by error last friday, 
while creating the branch.

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

Modified: directory/apacheds/trunk/core/src/main/java/org/apache/ldap/server/DefaultDirectoryService.java
URL: http://svn.apache.org/viewcvs/directory/apacheds/trunk/core/src/main/java/org/apache/ldap/server/DefaultDirectoryService.java?rev=355988&r1=355987&r2=355988&view=diff
==============================================================================
--- directory/apacheds/trunk/core/src/main/java/org/apache/ldap/server/DefaultDirectoryService.java (original)
+++ directory/apacheds/trunk/core/src/main/java/org/apache/ldap/server/DefaultDirectoryService.java Sun Dec 11 10:20:06 2005
@@ -16,10 +16,8 @@
  */
 package org.apache.ldap.server;
 
-import java.util.HashMap;
 import java.util.Hashtable;
 import java.util.Iterator;
-import java.util.Map;
 import java.util.Set;
 import java.util.HashSet;
 
@@ -35,7 +33,6 @@
 import org.apache.ldap.common.message.LockableAttributeImpl;
 import org.apache.ldap.common.message.LockableAttributesImpl;
 import org.apache.ldap.common.message.ResultCodeEnum;
-import org.apache.ldap.common.name.DnOidContainer;
 import org.apache.ldap.common.name.DnParser;
 import org.apache.ldap.common.name.LdapName;
 import org.apache.ldap.common.name.NameComponentNormalizer;
@@ -64,7 +61,6 @@
  * Default implementation of {@link DirectoryService}.
  * 
  * @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
- * @version $Rev$
  */
 class DefaultDirectoryService extends DirectoryService
 {
@@ -674,7 +670,6 @@
         BootstrapSchemaLoader loader = new BootstrapSchemaLoader();
         
         loader.load( startupConfiguration.getBootstrapSchemas(), bootstrapRegistries );
-        DnOidContainer.setOidByName( bootstrapRegistries.getOidRegistry().getOidByName() );
 
         java.util.List errors = bootstrapRegistries.checkRefInteg();
         if ( !errors.isEmpty() )