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

Jean-Noel Rouvignac
18.40.2014 d4e41526c8ba73d82f59b683afa9029a648a1cf3
opendj3-server-dev/src/server/org/opends/server/backends/pluggable/AttributeIndex.java
@@ -250,7 +250,8 @@
  private TreeName getIndexName(AttributeType attrType, String indexID)
  {
    return entryContainer.getDatabasePrefix().child(attrType.getNameOrOID() + "." + indexID);
    final String attrIndexId = attrType.getNameOrOID() + "." + indexID;
    return new TreeName(entryContainer.getDatabasePrefix(), attrIndexId);
  }
  /**
@@ -448,7 +449,7 @@
   * to both a lower bound and an upper bound.
   *
   * @param indexQueryFactory
   *          The index query factory to use for the evaluation
   *          The index query factory to use for the evaluation
   * @param filter1
   *          The first filter, that is either a less-or-equal filter or a
   *          greater-or-equal filter.