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

fguigues
12.13.2009 b104e459961c35c1f4415c83942a953920412a61
opends/src/quicksetup/org/opends/quicksetup/LicenseFile.java
@@ -57,9 +57,9 @@
    if (Utils.isWebStart())
    {
      return
      File.pathSeparator +
      File.separatorChar +
      "Legal" +
      File.pathSeparator +
      File.separatorChar +
      "license_to_accept.txt";
    }
    else
@@ -79,9 +79,9 @@
      }
      return installRootFromSystem +
      File.pathSeparator +
      File.separatorChar +
      "Legal" +
      File.pathSeparator +
      File.separatorChar +
      "license_to_accept.txt";
    }
  }