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

Jean-Noel Rouvignac
07.51.2013 28f3940f00f117d1691e54f207a592f11a6a6d30
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/InstallerHelper.java
@@ -1095,16 +1095,7 @@
    }
    finally
    {
      if (fs != null)
      {
        try
        {
          fs.close();
        }
        catch (Throwable t)
        { /* do nothing */
        }
      }
      StaticUtils.close(fs);
    }
    return fileProperties;
  }