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 2008/08/15 01:13:54 UTC

svn commit: r686084 - /directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/impl/btree/BTreePartition.java

Author: elecharny
Date: Thu Aug 14 16:13:54 2008
New Revision: 686084

URL: http://svn.apache.org/viewvc?rev=686084&view=rev
Log:
Forgot to commit this file with the previous big commit (serialization rewrite et al)

Modified:
    directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/impl/btree/BTreePartition.java

Modified: directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/impl/btree/BTreePartition.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/impl/btree/BTreePartition.java?rev=686084&r1=686083&r2=686084&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/impl/btree/BTreePartition.java (original)
+++ directory/apacheds/branches/bigbang/core/src/main/java/org/apache/directory/server/core/partition/impl/btree/BTreePartition.java Thu Aug 14 16:13:54 2008
@@ -301,7 +301,7 @@
             return entry;
         }
 
-        for ( AttributeType attributeType : entry.getOriginalEntry().getAttributeTypes() )
+        for ( AttributeType attributeType : ((ServerEntry)entry.getOriginalEntry()).getAttributeTypes() )
         {
             if ( ! opContext.getAttrsId().contains( attributeType.getOid() ) )
             {