From b0bd40fa373c990e1f1d8619b45ffb1425e5b85d Mon Sep 17 00:00:00 2001
From: sin <sin@localhost>
Date: Mon, 30 Mar 2009 17:06:50 +0000
Subject: [PATCH] Issue# 3793: Can not create extensible indexes using the dsconfig
---
opends/src/server/org/opends/server/admin/PropertyValueVisitor.java | 20 --------------------
1 files changed, 0 insertions(+), 20 deletions(-)
diff --git a/opends/src/server/org/opends/server/admin/PropertyValueVisitor.java b/opends/src/server/org/opends/server/admin/PropertyValueVisitor.java
index c7b42be..61b881e 100644
--- a/opends/src/server/org/opends/server/admin/PropertyValueVisitor.java
+++ b/opends/src/server/org/opends/server/admin/PropertyValueVisitor.java
@@ -35,7 +35,6 @@
import org.opends.server.types.AttributeType;
import org.opends.server.types.DN;
import org.opends.server.authorization.dseecompat.Aci;
-import org.opends.server.api.ExtensibleMatchingRule;
/**
@@ -309,25 +308,6 @@
/**
- * Visit an extensible matching rule type.
- *
- * @param pd
- * The extensible matching rule type property definition.
- * @param v
- * The property value to visit.
- * @param p
- * A visitor specified parameter.
- * @return Returns a visitor specified result.
- */
- public R visitExtensibleMatchingRuleType(
- ExtensibleMatchingRuleTypePropertyDefinition pd,
- ExtensibleMatchingRule v, P p) {
- return visitUnknown(pd, v, p);
- }
-
-
-
- /**
* Visit an unknown type of property value. Implementations of this
* method can provide default behavior for unknown types of
* property.
--
Gitblit v1.10.0