You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by go...@apache.org on 2012/09/08 13:35:02 UTC

svn commit: r1382281 - /directory/apacheds/branches/apacheds-txns/core-shared/src/main/java/org/apache/directory/server/core/shared/txn/TxnIndexCursor.java

Author: gokturk
Date: Sat Sep  8 11:35:02 2012
New Revision: 1382281

URL: http://svn.apache.org/viewvc?rev=1382281&view=rev
Log:
Removed the section of code which is already default behavior on txn cursor.

Modified:
    directory/apacheds/branches/apacheds-txns/core-shared/src/main/java/org/apache/directory/server/core/shared/txn/TxnIndexCursor.java

Modified: directory/apacheds/branches/apacheds-txns/core-shared/src/main/java/org/apache/directory/server/core/shared/txn/TxnIndexCursor.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/apacheds-txns/core-shared/src/main/java/org/apache/directory/server/core/shared/txn/TxnIndexCursor.java?rev=1382281&r1=1382280&r2=1382281&view=diff
==============================================================================
--- directory/apacheds/branches/apacheds-txns/core-shared/src/main/java/org/apache/directory/server/core/shared/txn/TxnIndexCursor.java (original)
+++ directory/apacheds/branches/apacheds-txns/core-shared/src/main/java/org/apache/directory/server/core/shared/txn/TxnIndexCursor.java Sat Sep  8 11:35:02 2012
@@ -91,12 +91,6 @@ public class TxnIndexCursor extends Abst
             onlyKey = true;
         }
 
-        if ( onlyIDKey != null )
-        {
-            this.onlyIDKey = onlyIDKey;
-            onlyKey = true;
-        }
-
         if ( changedEntries.size() < 1 )
         {
             throw new IllegalArgumentException( "TxnIndexCursor should not be constructed with no index  changes" );