From 69bf235ac88e6f7dd94be34824141cf9cbdcd4d9 Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Fri, 06 Jul 2007 15:06:50 +0000
Subject: [PATCH] Remove "Line ends with whitespace" checkstyle error

---
 opends/src/server/org/opends/server/tools/LDIFSearch.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/server/org/opends/server/tools/LDIFSearch.java b/opends/src/server/org/opends/server/tools/LDIFSearch.java
index 5d5aa0a..b6df8d7 100644
--- a/opends/src/server/org/opends/server/tools/LDIFSearch.java
+++ b/opends/src/server/org/opends/server/tools/LDIFSearch.java
@@ -132,7 +132,7 @@
    * @param  args  The command line arguments provided to this program.
    *
    * @param initializeServer True if server initialization should be done.
-   * 
+   *
    * @return  The return code for this operation.  A value of zero indicates
    *          that all processing completed successfully.  A nonzero value
    *          indicates that some problem occurred during processing.

--
Gitblit v1.10.0