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

Mark Craig
25.50.2012 ee42e113dfd8736f397343d6dd0d9c94e201751a
opendj3/src/main/docbkx/dev-guide/chap-reading.xml
@@ -135,10 +135,6 @@
    System.err.println("Failed to bind.");
    System.exit(e.getResult().getResultCode().intValue());
    return;
} catch (final InterruptedException e) {
    System.err.println(e.getMessage());
    System.exit(ResultCode.CLIENT_SIDE_USER_CANCELLED.intValue());
    return;
} finally {
    if (connection != null) {
        connection.close();