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

Jean-Noel Rouvignac
03.23.2014 204aecd0b10fcdc69195b6fc1b98c170d04b358e
opendj3-server-dev/src/server/org/opends/server/extensions/DictionaryPasswordValidator.java
@@ -226,13 +226,7 @@
    }
    finally
    {
      if (reader != null)
      {
        try
        {
          reader.close();
        } catch (Exception e) {}
      }
      close(reader);
    }
    return dictionary;