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

Nicolas Capponi
17.39.2013 80749ca4b97743474dcdece164d63298d1242779
Fix checkstyle error
1 files modified
2 ■■■ changed files
opendj-sdk/opendj-core/src/test/java/org/forgerock/opendj/ldap/TestCaseUtils.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/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);
    }
    /**