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()) {