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

Jean-Noel Rouvignac
06.42.2015 e79461c53adce17f83f30954f8a03d67bb761a1f
opendj-server-legacy/src/main/java/org/opends/quicksetup/BuildInformation.java
@@ -64,7 +64,7 @@
  public static BuildInformation create(Installation installation)
          throws ApplicationException {
    BuildInformation bi = new BuildInformation();
    List<String> args = new ArrayList<String>();
    List<String> args = new ArrayList<>();
    args.add(Utils.getScriptPath(
        Utils.getPath(installation.getServerStartCommandFile())));
    args.add("-F"); // full verbose
@@ -258,7 +258,7 @@
    return bi;
  }
  private Map<String, String> values = new HashMap<String, String>();
  private Map<String, String> values = new HashMap<>();
  /**
   * Gets the name of this build.  This is the first line of the output