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

Jean-Noel Rouvignac
18.00.2015 94e9037522922b67e8af412b4cfe476f5e991118
opendj-server-legacy/src/main/java/org/opends/server/tools/upgrade/LicenseFile.java
@@ -95,17 +95,17 @@
  /**
   * The File object related to the license file.
   */
  static private File licFile;
  private static File licFile;
  /**
   * The license file approval state.
   */
  static private boolean approved;
  private static boolean approved;
  /**
   * Returns the license file name.
   */
  static private String getName()
  private static String getName()
  {
    return getLegalDirectory() + File.separatorChar + "license_to_accept.txt";
  }
@@ -113,7 +113,7 @@
  /**
   * Returns the license file object.
   */
  static private File getFile()
  private static File getFile()
  {
    if (licFile == null)
    {