From f67af7588ba1f7827bc6ff907729d14bf39a19f6 Mon Sep 17 00:00:00 2001
From: boli <boli@localhost>
Date: Wed, 04 Jun 2008 17:24:01 +0000
Subject: [PATCH] Fix for issues 3255, 3265, and 3269:
---
opends/src/server/org/opends/server/backends/jeb/VLVKeyComparator.java | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/opends/src/server/org/opends/server/backends/jeb/VLVKeyComparator.java b/opends/src/server/org/opends/server/backends/jeb/VLVKeyComparator.java
index 526aefa..8591466 100644
--- a/opends/src/server/org/opends/server/backends/jeb/VLVKeyComparator.java
+++ b/opends/src/server/org/opends/server/backends/jeb/VLVKeyComparator.java
@@ -266,8 +266,6 @@
* values with regard to ordering.
* @throws DatabaseException If an error occurs during an operation on a
* JE database.
- * @throws JebException If an error occurs during an operation on a
- * JE database.
* @throws DirectoryException If an error occurs while trying to
* normalize the value (e.g., if it is
* not acceptable for use with the
@@ -275,7 +273,7 @@
*/
public int compare(SortValuesSet set, int index,
long entryID, AttributeValue[] values)
- throws JebException, DatabaseException, DirectoryException
+ throws DatabaseException, DirectoryException
{
for (int j=0; j < orderingRules.length; j++)
{
--
Gitblit v1.10.0