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/ApproximateMatchingRule.java |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/opends/src/server/org/opends/server/api/ApproximateMatchingRule.java b/opends/src/server/org/opends/server/api/ApproximateMatchingRule.java
index f5285f3..7a7c557 100644
--- a/opends/src/server/org/opends/server/api/ApproximateMatchingRule.java
+++ b/opends/src/server/org/opends/server/api/ApproximateMatchingRule.java
@@ -28,7 +28,6 @@
 
 
 
-import org.opends.server.admin.std.server.ApproximateMatchingRuleCfg;
 import org.opends.server.types.ByteString;
 import org.opends.server.types.ConditionResult;
 
@@ -45,7 +44,7 @@
      mayExtend=true,
      mayInvoke=false)
 public abstract class ApproximateMatchingRule
-       extends MatchingRule<ApproximateMatchingRuleCfg>
+       extends MatchingRule
 {
   /**
    * Indicates whether the two provided normalized values are

--
Gitblit v1.10.0