You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ka...@apache.org on 2011/06/30 14:40:03 UTC

svn commit: r1141509 - /directory/apacheds/branches/apacheds-no-reverse-index/jdbm-partition/src/main/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmIndex.java

Author: kayyagari
Date: Thu Jun 30 12:40:02 2011
New Revision: 1141509

URL: http://svn.apache.org/viewvc?rev=1141509&view=rev
Log:
removed unused constant

Modified:
    directory/apacheds/branches/apacheds-no-reverse-index/jdbm-partition/src/main/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmIndex.java

Modified: directory/apacheds/branches/apacheds-no-reverse-index/jdbm-partition/src/main/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmIndex.java
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/apacheds-no-reverse-index/jdbm-partition/src/main/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmIndex.java?rev=1141509&r1=1141508&r2=1141509&view=diff
==============================================================================
--- directory/apacheds/branches/apacheds-no-reverse-index/jdbm-partition/src/main/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmIndex.java (original)
+++ directory/apacheds/branches/apacheds-no-reverse-index/jdbm-partition/src/main/java/org/apache/directory/server/core/partition/impl/btree/jdbm/JdbmIndex.java Thu Jun 30 12:40:02 2011
@@ -66,9 +66,6 @@ public class JdbmIndex<K, O> extends Abs
     /**  the key used for the forward btree name */
     public static final String FORWARD_BTREE = "_forward";
 
-    /**  the key used for the reverse btree name */
-    public static final String REVERSE_BTREE = "_reverse";
-
     /**
      * the forward btree where the btree key is the value of the indexed attribute and
      * the value of the btree is the entry id of the entry containing an attribute with