From 9b2750894b7ce66a3c3c7ce88c2f15d48ffeac71 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Fri, 24 Aug 2007 21:31:41 +0000
Subject: [PATCH] Fix checkstyle failures.

---
 opends/src/server/org/opends/server/types/DirectoryEnvironmentConfig.java |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/opends/src/server/org/opends/server/types/DirectoryEnvironmentConfig.java b/opends/src/server/org/opends/server/types/DirectoryEnvironmentConfig.java
index 44c895a..38374d4 100644
--- a/opends/src/server/org/opends/server/types/DirectoryEnvironmentConfig.java
+++ b/opends/src/server/org/opends/server/types/DirectoryEnvironmentConfig.java
@@ -971,10 +971,11 @@
   }
 
   /**
-   * Specifies whether a fair ordering should be used for the lock manager.
+   * Specifies whether a fair ordering should be used for the lock
+   * manager.
    *
-   * @param   fairOrdering True if fair ordering should be used or False
-   *                       otherwise.
+   * @param  fairOrdering  {@code true} if fair ordering should be
+   *                       used, or {@code false} if not.
    *
    * @return  The previously-configured setting for fair ordering.  If
    *          there was no previously-configured value, then the

--
Gitblit v1.10.0