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 2007/10/10 11:28:19 UTC

svn commit: r583406 - /directory/apacheds/trunk/core/src/main/java/org/apache/directory/server/core/partition/impl/btree/LeafEvaluator.java

Author: elecharny
Date: Wed Oct 10 02:28:19 2007
New Revision: 583406

URL: http://svn.apache.org/viewvc?rev=583406&view=rev
Log:
Removed the commented ';' completely

Modified:
    directory/apacheds/trunk/core/src/main/java/org/apache/directory/server/core/partition/impl/btree/LeafEvaluator.java

Modified: directory/apacheds/trunk/core/src/main/java/org/apache/directory/server/core/partition/impl/btree/LeafEvaluator.java
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core/src/main/java/org/apache/directory/server/core/partition/impl/btree/LeafEvaluator.java?rev=583406&r1=583405&r2=583406&view=diff
==============================================================================
--- directory/apacheds/trunk/core/src/main/java/org/apache/directory/server/core/partition/impl/btree/LeafEvaluator.java (original)
+++ directory/apacheds/trunk/core/src/main/java/org/apache/directory/server/core/partition/impl/btree/LeafEvaluator.java Wed Oct 10 02:28:19 2007
@@ -346,7 +346,6 @@
             // this attribute type : as the AT was indexed, we
             // have a direct access to the entry.
             if ( idx.hasValue( attrId, rec.getEntryId() ) )
-                //;
             {
                 return true;
             }