| opendj-core/src/main/java/org/forgerock/opendj/ldap/spi/AbstractLdapConnectionImpl.java | ●●●●● 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