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

Matthew Swift
25.06.2012 f134ef63e016bf13b70bef1ec277603b8a9a6f21
opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/ConnectionPool.java
@@ -21,7 +21,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2011 ForgeRock AS
 *      Copyright 2011-2012 ForgeRock AS
 */
package org.forgerock.opendj.ldap;
@@ -86,10 +86,8 @@
     * @return A pooled connection.
     * @throws ErrorResultException
     *             If the connection request failed for some reason.
     * @throws InterruptedException
     *             If the current thread was interrupted while waiting.
     * @throws IllegalStateException
     *             If this connection pool has already been closed.
     */
    Connection getConnection() throws ErrorResultException, InterruptedException;
    Connection getConnection() throws ErrorResultException;
}