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

Nicolas Capponi
17.39.2013 59f3a2f8f1fa0f6df473ba8c8056775c42929e68
Fix checkstyle error
1 files modified
2 ■■■ changed files
opendj-core/src/test/java/org/forgerock/opendj/ldap/TestCaseUtils.java 2 ●●● 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);
    }
    /**