From b7b304994dd037ced0df2d5d04c1aa4d41c6bb72 Mon Sep 17 00:00:00 2001
From: sin <sin@localhost>
Date: Wed, 17 Dec 2008 19:25:45 +0000
Subject: [PATCH] Integerated first part of the Fix for Issue# 262:Plugin for Collation/Internationalization
---
opends/src/server/org/opends/server/api/Backend.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/src/server/org/opends/server/api/Backend.java b/opends/src/server/org/opends/server/api/Backend.java
index 12fa4cd..d6d9a79 100644
--- a/opends/src/server/org/opends/server/api/Backend.java
+++ b/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)
{
--
Gitblit v1.10.0