mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

dugan
12.26.2006 a9efc276911f279b7b2d72c2ee9c80258b3a2766
Cleanup of code
1 files modified
4 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/backends/jeb/VerifyJob.java 4 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/backends/jeb/VerifyJob.java
@@ -182,7 +182,7 @@
 */
  enum IndexType
  {
      PRES, EQ, SUBSTRING, ORDERING;
      PRES, EQ, SUBSTRING, ORDERING
  }
  /**
@@ -917,6 +917,7 @@
   * index cleanliness.
   * @param attrType The attribute type of the index to be checked.
   * @param index The index database to be checked.
   * @param indexType Type of the index (ie, SUBSTRING, ORDERING)
   * @throws JebException If an error occurs in the JE backend.
   * @throws DatabaseException If an error occurs in the JE database.
   */
@@ -963,7 +964,6 @@
        if (entryIDList.isDefined())
        {
          byte[] value = key.getData();
          byte[] bytes;
          SearchFilter sf;
          switch (indexType)