From c888ad173543559089d2e0a93b6c1bfc8c1868dc Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Tue, 24 Apr 2007 22:40:57 +0000
Subject: [PATCH] Make several significant changes to the OpenDS code base, including:
---
opendj-sdk/opends/src/server/org/opends/server/api/ApproximateMatchingRule.java | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/api/ApproximateMatchingRule.java b/opendj-sdk/opends/src/server/org/opends/server/api/ApproximateMatchingRule.java
index 7909da9..1f0668a 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/api/ApproximateMatchingRule.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/api/ApproximateMatchingRule.java
@@ -33,7 +33,6 @@
-
/**
* This class defines the set of methods and structures that must be
* implemented by a Directory Server module that implements a matching
@@ -42,9 +41,6 @@
public abstract class ApproximateMatchingRule
extends MatchingRule
{
-
-
-
/**
* Indicates whether the two provided normalized values are
* approximately equal to each other.
--
Gitblit v1.10.0