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

Jean-Noel Rouvignac
17.26.2015 88f16d892d54fd8c3e190cc1f6363638b11ae1a3
opendj-server-legacy/src/main/java/org/opends/server/tools/upgrade/LicenseFile.java
@@ -22,7 +22,7 @@
 *
 *
 *      Copyright 2006-2010 Sun Microsystems, Inc.
 *      Portions copyright 2013 ForgeRock AS.
 *      Portions Copyright 2013-2015 ForgeRock AS.
 */
package org.opends.server.tools.upgrade;
@@ -95,12 +95,12 @@
  /**
   * The File object related to the license file.
   */
  static private File licFile = null;
  static private File licFile;
  /**
   * The license file approval state.
   */
  static private boolean approved = false;
  static private boolean approved;
  /**
   * Returns the license file name.