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

Jean-Noel Rouvignac
07.48.2015 b691484841de88186269596258ad113db5ba5245
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/AttributeIndex.java
@@ -1042,17 +1042,6 @@
        || indexId.equals(IndexType.APPROXIMATE.toString());
  }
  /**
   * Retrieves all the indexes used by this attribute index.
   *
   * @return A collection of all indexes in use by this attribute
   * index.
   */
  Collection<Index> getAllIndexes()
  {
    return new LinkedHashSet<Index>(nameToIndexes.values());
  }
  Map<String, MatchingRuleIndex> getNameToIndexes()
  {
    return nameToIndexes;