| opendj3/src/main/docbkx/dev-guide/chap-authenticating.xml | ●●●●● patch | view | raw | blame | history | |
| opendj3/src/main/docbkx/dev-guide/chap-reading.xml | ●●●●● patch | view | raw | blame | history |
opendj3/src/main/docbkx/dev-guide/chap-authenticating.xml
@@ -89,12 +89,6 @@ 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(); @@ -171,12 +165,6 @@ 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; } catch (final GeneralSecurityException e) { System.err.println(e.getMessage()); 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();