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

neil_a_wilson
07.21.2007 421bdc0a19055773d1a3e97c95cea7e35cc5de71
Fix a few style errors caught by checkstyle.
3 files modified
8 ■■■■ changed files
opends/src/quicksetup/org/opends/quicksetup/Installation.java 5 ●●●●● patch | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/QuickSetup.java 1 ●●●● patch | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/webstart/WebStartInstaller.java 2 ●●● patch | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/Installation.java
@@ -569,6 +569,11 @@
    return new File(getRootDirectory(), "uninstall.bat");
  }
  /**
   * Returns the path to the status-panel file.
   *
   * @return the path to the status-panel file.
   */
  public File getStatusPanelCommandFile() {
    File statusPanelCommandFile;
    if (Utils.isWindows()) {
opends/src/quicksetup/org/opends/quicksetup/QuickSetup.java
@@ -41,7 +41,6 @@
import org.opends.quicksetup.util.HtmlProgressMessageFormatter;
import javax.swing.*;
import java.io.File;
import java.util.*;
import java.util.logging.Level;
import java.util.logging.Logger;
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++)