From acd6b1ae34f6d221e7ee3cb39569401f6193e0fe Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Wed, 29 Dec 2010 09:08:50 +0000
Subject: [PATCH] Fix checkstyle.
---
opends/src/server/org/opends/server/tools/CreateRCScript.java | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/opends/src/server/org/opends/server/tools/CreateRCScript.java b/opends/src/server/org/opends/server/tools/CreateRCScript.java
index 92aed40..3f7fe7a 100644
--- a/opends/src/server/org/opends/server/tools/CreateRCScript.java
+++ b/opends/src/server/org/opends/server/tools/CreateRCScript.java
@@ -226,7 +226,7 @@
String suString = "";
String EscQuote1 = "\"";
String EscQuote2 = "";
-
+
if (userName.isPresent())
{
String suCmd = "/bin/su";
@@ -262,7 +262,8 @@
}
w.println("# chkconfig: 345 95 5");
- w.println("# description: Control the " + SHORT_NAME + " Directory Server");
+ w.println("# description: Control the " +
+ SHORT_NAME + " Directory Server");
w.println();
w.println();
--
Gitblit v1.10.0