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

Jean-Noel Rouvignac
26.25.2015 664be7d7d84b5c78001d984bd4ab51caa5273b80
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/spi/Storage.java
@@ -80,11 +80,11 @@
  void write(WriteOperation writeOperation) throws Exception;
  /**
   * Returns a new writeable storage.
   * Returns a new writeable transaction.
   *
   * @return a new writeable storage
   * @return a new writeable transaction
   */
  WriteableStorage getWriteableStorage();
  WriteableTransaction getWriteableTransaction();
  /**
   * Remove all files for a backend of this storage.