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

Jean-Noel Rouvignac
27.00.2015 061cfa8f64566b1a8661fd4bc2df87dfcaa41866
opendj3-server-dev/src/server/org/opends/server/backends/pluggable/spi/WriteableStorage.java
@@ -33,7 +33,7 @@
public interface WriteableStorage extends ReadableStorage
{
  /**
   * Opens the tree having the provided name. The tree is created if does not already exist.
   * Opens the tree identified by the provided name. The tree is created if it does not already exist.
   *
   * @param name
   *          the tree name
@@ -41,7 +41,7 @@
  void openTree(TreeName name);
  /**
   * Truncates the tree having the provided name. It removes all the records in the tree.
   * Truncates the tree identified by the provided name. It removes all the records in the tree.
   *
   * @param name
   *          the tree name
@@ -59,7 +59,7 @@
  void renameTree(TreeName oldName, TreeName newName);
  /**
   * Deletes the tree having the provided name.
   * Deletes the tree identified by the provided name.
   *
   * @param name
   *          the tree name