mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
27.57.2015 24ef7c741bf20dabe8a5be3978187f8f1eb5dd41
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/JECompressedSchema.java
@@ -53,7 +53,7 @@
/**
 * This class provides a compressed schema implementation whose definitions are
 * stored in a Berkeley DB JE database.
 * persisted in a database.
 */
final class JECompressedSchema extends CompressedSchema
{
@@ -85,7 +85,7 @@
   * @param storage
   *          A reference to the database environment in which the databases
   *          will be held.
   * @param txn The database transaction
   * @param txn a non null database transaction
   * @throws StorageRuntimeException
   *           If a database problem occurs while loading the compressed schema
   *           definitions from the database.