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

Ludovic Poitou
16.17.2015 f19e086e20bb1f6680cfd568997d35e75ccf02a9
Fix typo in example
1 files modified
2 ■■■■■ changed files
opendj-sdk/opendj-ldap-sdk-examples/src/main/java/org/forgerock/opendj/examples/Search.java 2 ●●●●● patch | view | raw | blame | history
opendj-sdk/opendj-ldap-sdk-examples/src/main/java/org/forgerock/opendj/examples/Search.java
@@ -118,11 +118,9 @@
        } catch (final LdapException e) {
            System.err.println(e.getMessage());
            System.exit(e.getResult().getResultCode().intValue());
            return;
        } catch (final IOException e) {
            System.err.println(e.getMessage());
            System.exit(ResultCode.CLIENT_SIDE_LOCAL_ERROR.intValue());
            return;
        } finally {
            if (connection != null) {
                connection.close();