From fb05a04c84aaf054c3863dca893c6fe5cbc86621 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:
---
opendj-sdk/opends/src/server/org/opends/server/backends/jeb/IndexBuffer.java | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/backends/jeb/IndexBuffer.java b/opendj-sdk/opends/src/server/org/opends/server/backends/jeb/IndexBuffer.java
index 839d87d..f36bb13 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/backends/jeb/IndexBuffer.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/backends/jeb/IndexBuffer.java
@@ -143,10 +143,9 @@
* @param txn The database transaction to be used for the updates.
* @throws DatabaseException If an error occurs in the JE database.
* @throws DirectoryException If a Directory Server error occurs.
- * @throws JebException If an error occurs in the JE backend.
*/
public void flush(Transaction txn)
- throws DatabaseException, DirectoryException, JebException
+ throws DatabaseException, DirectoryException
{
TreeMap<byte[], BufferedIndexValues> bufferedValues;
BufferedVLVValues bufferedVLVValues;
--
Gitblit v1.10.0