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

Ludovic Poitou
13.47.2013 46d5d913741f79df830f84b1b9be9d25577ae319
Fix checkstyle
2 files modified
9 ■■■■■ changed files
opends/src/server/org/opends/server/tools/upgrade/UpgradeTasks.java 2 ●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/tools/upgrade/UpgradeUtils.java 7 ●●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/tools/upgrade/UpgradeTasks.java
@@ -60,7 +60,7 @@
  static int countErrors = 0;
  /**
   * Logger for the upgrade
   * Logger for the upgrade.
   */
  static private final Logger LOG = Logger
      .getLogger(UpgradeCli.class.getName());
opends/src/server/org/opends/server/tools/upgrade/UpgradeUtils.java
@@ -53,8 +53,7 @@
import static org.opends.messages.ToolMessages.ERR_UPGRADE_UNKNOWN_OC_ATT;
import static org.opends.server.tools.upgrade.FileManager.deleteRecursively;
import static org.opends.server.tools.upgrade.FileManager.rename;
import static org.opends.server.tools.upgrade.Installation.CURRENT_CONFIG_FILE_NAME;
import static org.opends.server.tools.upgrade.Installation.SVC_SCRIPT_FILE_NAME;
import static org.opends.server.tools.upgrade.Installation.*;
import static org.opends.server.util.ServerConstants.EOL;
/**
@@ -683,9 +682,9 @@
   *          The folder containing the schema files.
   * @param revision
   *          The revision number of the current binary version.
   * @throws IOException
   * @throws Exception
   *           If we cannot read the files contained in the folder where the
   *           schema files are supposed to be.
   *           schema files are supposed to be, or the file has errors.
   */
  static void updateConfigUpgradeSchemaFile(final File folder,
      final String revision) throws Exception