From 90ad56f8b049de96f33f71adf0b8927507458396 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Thu, 26 Mar 2015 16:06:12 +0000
Subject: [PATCH] Fix checkstyle for r11987
---
opendj-server-legacy/src/main/java/org/opends/server/api/Backend.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/api/Backend.java b/opendj-server-legacy/src/main/java/org/opends/server/api/Backend.java
index 7740f75..a8a9ccf 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/api/Backend.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/api/Backend.java
@@ -119,7 +119,6 @@
*
* @param cfg The configuration of this backend.
* @param serverContext The server context for this instance
- *
* @throws ConfigException
* If there is an error in the configuration.
*/
@@ -141,7 +140,6 @@
* reasons that the provided
* configuration is not acceptable.
* @param serverContext this Directory Server instance's server context
- *
* @return {@code true} if the provided configuration is acceptable
* for this backend, or {@code false} if not.
*/
@@ -673,6 +671,8 @@
*
* @param rebuildConfig
* The rebuild configuration.
+ * @param serverContext
+ * The server context for this instance
* @throws ConfigException
* If an unrecoverable problem arises during initialization.
* @throws InitializationException
--
Gitblit v1.10.0