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

Jean-Noel Rouvignac
17.48.2014 5031429bf032af5e3d8797210cc47b402ef831d6
opendj3-server-dev/src/server/org/opends/server/backends/pluggable/NullIndex.java
@@ -251,7 +251,7 @@
  /** {@inheritDoc} */
  @Override
  public long getRecordCount() throws StorageRuntimeException
  public long getRecordCount(ReadableStorage txn) throws StorageRuntimeException
  {
    return 0;
  }