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

Jean-Noel Rouvignac
06.42.2015 e79461c53adce17f83f30954f8a03d67bb761a1f
opendj-server-legacy/src/main/java/org/opends/quicksetup/Configuration.java
@@ -255,7 +255,7 @@
  }
  private Set<String> getOutsidePaths(Set<String> paths) {
    Set<String> outsidePaths = new HashSet<String>();
    Set<String> outsidePaths = new HashSet<>();
    for (String path : paths) {
      File fullDbPath;
      File pathFile = new File(path);
@@ -342,7 +342,7 @@
  private Set<String> getConfigurationValues(String attrName)
          throws IOException
  {
    Set<String> set = new HashSet<String>();
    Set<String> set = new HashSet<>();
    attrName += ":";
    String lowerCaseContents = getLowerCaseContents();
    String contents = getContents();