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

Gaetan Boismal
27.31.2014 69261125315c195da5ffe8b5d72b0f62e403bf01
OPENDJ-1607 (CR-5295) Make code JDK-6 compliant
1 files modified
2 ■■■ changed files
opendj-core/src/main/java/org/forgerock/opendj/ldap/spi/AbstractLdapConnectionImpl.java 2 ●●● patch | view | raw | blame | history
opendj-core/src/main/java/org/forgerock/opendj/ldap/spi/AbstractLdapConnectionImpl.java
@@ -353,7 +353,7 @@
        }
        // Remove the promise associated with the request to be abandoned.
        final LdapPromiseImpl<?> pendingRequest = removePendingResult(request.getRequestID());
        final ResultLdapPromiseImpl<?, ?> pendingRequest = removePendingResult(request.getRequestID());
        if (pendingRequest == null) {
            /*
             * There has never been a request with the specified message ID or