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

sin
17.25.2008 b7b304994dd037ced0df2d5d04c1aa4d41c6bb72
opends/src/server/org/opends/server/api/Backend.java
@@ -284,7 +284,7 @@
   *          {@code false} if not.
   */
  public boolean isIndexed(AttributeType attributeType,
                           MatchingRule<?> matchingRule)
                           MatchingRule matchingRule)
  {
    return false;
  }
@@ -379,7 +379,7 @@
          return false;
        }
        MatchingRule<?> matchingRule;
        MatchingRule matchingRule;
        String matchingRuleID = filter.getMatchingRuleID();
        if (matchingRuleID != null)
        {