From b52956de75caa2be959a4bdc768462070aa6549f Mon Sep 17 00:00:00 2001
From: Fabio Pistolesi <fabio.pistolesi@forgerock.com>
Date: Wed, 06 May 2015 12:40:41 +0000
Subject: [PATCH] OPENDJ-1849 CR-6871 Remove references to JE from pluggable backend

---
 opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/DataConfig.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/DataConfig.java b/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/DataConfig.java
index 66c075b..55ddd4f 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/DataConfig.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/DataConfig.java
@@ -32,14 +32,14 @@
 
 /**
  * Configuration class to indicate desired compression and cryptographic options
- * for the data stored in the database.
+ * for the data stored in the tree.
  */
 final class DataConfig
 {
-  /** Indicates whether data should be compressed before writing to the database. */
+  /** Indicates whether data should be compressed before writing to the storage. */
   private boolean compressed;
 
-  /** The configuration to use when encoding entries in the database. */
+  /** The configuration to use when encoding entries in the tree. */
   private EntryEncodeConfig encodeConfig;
 
   /**
@@ -68,7 +68,7 @@
   }
 
   /**
-   * Determine whether data should be compressed before writing to the database.
+   * Determine whether data should be compressed before writing to the tree.
    * @return true if data should be compressed, false if not.
    */
   boolean isCompressed()

--
Gitblit v1.10.0