From 441f0c00a06d386cfe84df02c4d27e395ef45484 Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Mon, 23 Mar 2015 14:17:20 +0000
Subject: [PATCH] OPENDJ-1727: Fix checkstyle issue
---
opendj-server-legacy/src/main/java/org/opends/server/api/Backend.java | 2 +-
1 files changed, 1 insertions(+), 1 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 348afa0..c36885c 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
@@ -140,7 +140,7 @@
* 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.
*/
--
Gitblit v1.10.0