From 421bdc0a19055773d1a3e97c95cea7e35cc5de71 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Sat, 07 Apr 2007 00:21:28 +0000
Subject: [PATCH] Fix a few style errors caught by checkstyle.

---
 opends/src/quicksetup/org/opends/quicksetup/installer/webstart/WebStartInstaller.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/quicksetup/org/opends/quicksetup/installer/webstart/WebStartInstaller.java b/opends/src/quicksetup/org/opends/quicksetup/installer/webstart/WebStartInstaller.java
index 7da3a16..74f6b0f 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/installer/webstart/WebStartInstaller.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/installer/webstart/WebStartInstaller.java
@@ -404,7 +404,7 @@
    */
   private String[] getOpenDSJarPaths()
   {
-    String[] jarPaths = 
+    String[] jarPaths =
             new String[Installation.OPEN_DS_JAR_RELATIVE_PATHS.length];
     File parentDir = new File(getUserData().getServerLocation());
     for (int i = 0; i < jarPaths.length; i++)

--
Gitblit v1.10.0