From 2bf80e51262791cae4bea6553c4af052e96dc740 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Mon, 25 Jun 2007 00:06:03 +0000
Subject: [PATCH] Migrate the matching rule configuration to the admin framework.
---
opends/src/server/org/opends/server/api/SubstringMatchingRule.java | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/opends/src/server/org/opends/server/api/SubstringMatchingRule.java b/opends/src/server/org/opends/server/api/SubstringMatchingRule.java
index 5df9de9..ec26d2c 100644
--- a/opends/src/server/org/opends/server/api/SubstringMatchingRule.java
+++ b/opends/src/server/org/opends/server/api/SubstringMatchingRule.java
@@ -30,6 +30,7 @@
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;
@@ -42,7 +43,7 @@
* rule used for substring matching.
*/
public abstract class SubstringMatchingRule
- extends MatchingRule
+ extends MatchingRule<SubstringMatchingRuleCfg>
{
/**
* Normalizes the provided value fragment into a form that can be
--
Gitblit v1.10.0