opendj-sdk/opendj3/opendj-ldap-sdk/src/main/java/com/forgerock/opendj/util/AsynchronousFutureResult.java
@@ -274,11 +274,11 @@ } /** * Returns the request handler associated to this FutureResult. * Returns the result handler associated to this FutureResult. * * @return the request handler associated to this FutureResult. * @return the result handler associated to this FutureResult. */ public H getRequestHandler() { public H getResultHandler() { return handler; }