mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Ludovic Poitou
29.08.2010 acd6b1ae34f6d221e7ee3cb39569401f6193e0fe
Fix checkstyle.
1 files modified
5 ■■■■■ changed files
opends/src/server/org/opends/server/tools/CreateRCScript.java 5 ●●●●● patch | view | raw | blame | history
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();