From e89bdefe41211e22256eae4036ad52f0c9baed02 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Mon, 30 Apr 2007 09:22:30 +0000
Subject: [PATCH] Fix checkstyle.
---
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/CurrentInstallStatus.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/CurrentInstallStatus.java b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/CurrentInstallStatus.java
index cf2caca..d2c6ad2 100644
--- a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/CurrentInstallStatus.java
+++ b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/CurrentInstallStatus.java
@@ -220,14 +220,14 @@
* determined by getting the installation path from the classpath.
* NOTE: this method is to be called only when the OpenDS.jar class has
* already been loaded as it uses classes in that jar.
- *
+ *
* LIMITATIONS:
* If the locks directory does not exist the mechanism fails if the server is
* stopped. However if the server.lock does not exist AND the server is not
* running the mechanism should work most of the times (see failing case 3).
- *
+ *
* The cases where this mechanism does not work are:
- *
+ *
* 1. The user deletes/renames the locks directory.
* 2. The user deletes/renames the server.lock file AND the server is running.
* 3. The server is not running but the user that is running the code does not
--
Gitblit v1.10.0