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

Violette Roche-Montane
07.50.2013 2e08d2c0e9bede644be993ddaa28157c9f156c10
opends/src/quicksetup/org/opends/quicksetup/LicenseFile.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2006-2010 Sun Microsystems, Inc.
 *      Portions Copyright 2013 ForgeRock AS.
 */
package org.opends.quicksetup;
@@ -140,14 +141,8 @@
   */
  static public boolean exists()
  {
    if (Utils.isWebStart())
    {
      return false;
    }
    else
    {
      return getFile().exists();
    }
    // TODO: Try to support License with webstart
    return !Utils.isWebStart() && getFile().exists();
  }
@@ -213,6 +208,7 @@
      }
      catch (IOException e)
      {
        // do nothing
      }
    }
  }