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

Fabio Pistolesi
21.27.2015 52c7423642e0014e276e0bddc203b2e8696bc7b8
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/VLVIndex.java
@@ -163,9 +163,9 @@
  }
  @Override
  void afterOpen(final WriteableTransaction txn) throws StorageRuntimeException
  void afterOpen(final WriteableTransaction txn, boolean createOnDemand) throws StorageRuntimeException
  {
    counter.open(txn, true);
    counter.open(txn, createOnDemand);
  }
  @Override