From a54fa3d78b427d7b8278442acbe86ebebcf6c2e7 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 27 Jan 2015 11:31:59 +0000
Subject: [PATCH] OPENDJ-1716 Various PluggableBackend/Storage refactorings Code review: Nicolas Capponi
---
opendj3-server-dev/src/server/org/opends/server/backends/pluggable/spi/WriteableStorage.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj3-server-dev/src/server/org/opends/server/backends/pluggable/spi/WriteableStorage.java b/opendj3-server-dev/src/server/org/opends/server/backends/pluggable/spi/WriteableStorage.java
index 96c00ca..7d0f13f 100644
--- a/opendj3-server-dev/src/server/org/opends/server/backends/pluggable/spi/WriteableStorage.java
+++ b/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
--
Gitblit v1.10.0