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

Yannick Lecaillez
13.00.2016 4c0475f46e5cda9d995e792b459825e06fe19557
opendj-server-legacy/src/main/java/org/forgerock/opendj/adapter/server3x/Adapters.java
@@ -141,7 +141,14 @@
        };
    }
    private static Connection newConnection(final InternalClientConnection icc) {
    /**
     * Returns a new connection.
     *
     * @param icc
     *            The internal client connection from server side.
     * @return A new SDK connection.
     */
    public static Connection newConnection(final InternalClientConnection icc) {
      return new AbstractSynchronousConnection() {
          @Override