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

Gaetan Boismal
23.30.2016 caf74d75e44a4769e6d4489970838703eedb745f
opendj-ldap-toolkit/src/main/java/com/forgerock/opendj/ldap/tools/Utils.java
@@ -291,6 +291,7 @@
                while ((line = reader.readLine()) != null) {
                    filesLines.add(line);
                }
                filesLines.add("");
            } catch (final IOException e) {
                throw newToolParamException(
                        e, ERR_LDIF_FILE_CANNOT_OPEN_FOR_READ.get(filePath, e.getLocalizedMessage()));