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

Jean-Noel Rouvignac
27.31.2015 a54fa3d78b427d7b8278442acbe86ebebcf6c2e7
opendj3-server-dev/src/server/org/opends/server/backends/pluggable/spi/WriteableStorage.java
@@ -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 having the provided name. It removes all the records in the tree.
   *
   * @param name
   *          the tree name
@@ -82,7 +82,7 @@
  /**
   * Creates a new record with the provided key and value, in the tree whose name is provided, if
   * the key was not previously associated to any record.
   *
   *
   * @param treeName
   *          the tree name
   * @param key