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) {