opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldif/LDIFEntryReader.java
@@ -74,6 +74,7 @@ * If {@code ldifLines} was {@code null}. */ public static Entry valueOfLDIFEntry(final String... ldifLines) { @SuppressWarnings("resource") final LDIFEntryReader reader = new LDIFEntryReader(ldifLines); try { if (!reader.hasNext()) {