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/SubstringMatchingRule.java | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/opends/src/server/org/opends/server/api/SubstringMatchingRule.java b/opends/src/server/org/opends/server/api/SubstringMatchingRule.java
index 98f401f..c596465 100644
--- a/opends/src/server/org/opends/server/api/SubstringMatchingRule.java
+++ b/opends/src/server/org/opends/server/api/SubstringMatchingRule.java
@@ -30,7 +30,6 @@
import java.util.List;
-import org.opends.server.admin.std.server.SubstringMatchingRuleCfg;
import org.opends.server.types.ByteString;
import org.opends.server.types.ConditionResult;
import org.opends.server.types.DirectoryException;
@@ -47,8 +46,7 @@
mayInstantiate=false,
mayExtend=true,
mayInvoke=false)
-public abstract class SubstringMatchingRule
- extends MatchingRule<SubstringMatchingRuleCfg>
+public abstract class SubstringMatchingRule extends MatchingRule
{
/**
* Normalizes the provided value fragment into a form that can be
--
Gitblit v1.10.0