Fix a few style errors caught by checkstyle.
| | |
| | | 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()) { |
| | |
| | | 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; |
| | |
| | | */ |
| | | 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++) |