| opendj-core/src/test/java/org/forgerock/opendj/ldap/TestCaseUtils.java | ●●●●● patch | view | raw | blame | history |
opendj-core/src/test/java/org/forgerock/opendj/ldap/TestCaseUtils.java
@@ -264,7 +264,7 @@ * If an error occurs. */ public static Entry makeEntry(String... lines) throws IOException { return makeEntries(lines).get(0); return makeEntries(lines).get(0); } /**