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

Jean-Noel Rouvignac
11.25.2015 38a66ffda0dd97801656c4e0c0f8cc34771f64af
opendj3-server-dev/src/server/org/opends/server/backends/pluggable/RootContainer.java
@@ -310,7 +310,12 @@
    timerService.awaitTermination(20, TimeUnit.SECONDS);
  }
  private void removeFiles() throws StorageRuntimeException
  /**
   * Removes all the files from the rootContainer's directory.
   *
   * @throws StorageRuntimeException If a problem occurred
   */
  void removeFiles() throws StorageRuntimeException
  {
    if (!backendDirectory.isDirectory())
    {