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

Jean-Noel Rouvignac
11.21.2015 23cb1d1297a0807fe827a38a17c54bfe1fd05e2d
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/DataConfig.java
@@ -37,10 +37,10 @@
final class DataConfig
{
  /** Indicates whether data should be compressed before writing to the storage. */
  private boolean compressed;
  private final boolean compressed;
  /** The configuration to use when encoding entries in the tree. */
  private EntryEncodeConfig encodeConfig;
  private final EntryEncodeConfig encodeConfig;
  /**
   * Construct a new DataConfig object with the specified settings.